mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 08:41:26 -04:00
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:
parent
dd48f5f027
commit
a3b844da6b
10 changed files with 1193 additions and 718 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue