Fixed some typos (patch from Henry)

Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7770 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-17 18:02:52 +00:00
parent dd48f5f027
commit a3b844da6b
10 changed files with 1193 additions and 718 deletions

View file

@ -283,7 +283,7 @@ PluginManager::removePlugin(QString pluginName)
QFile fl(fn);
if (!fl.remove())
{
QString em = tr("Error: failed to revove file %1"
QString em = tr("Error: failed to remove file %1"
"(uninstalling plugin '%2')")
.arg(fn).arg(pluginName);
emit errorAppeared( em);
@ -335,7 +335,7 @@ PluginManager::installPlugin(QString fileName)
} //
else
{
QString em = tr("Error: can't copy %1 as %2")
QString em = tr("Error: can't copy %1 to %2")
.arg(fileName, newFileName) ;
emit errorAppeared( em );
}