mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
enabled strings translation, used tr for some strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1129 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5d2d809029
commit
33146cc7dc
@ -114,7 +114,7 @@ void ShareManager::addShareDirectory()
|
||||
{
|
||||
rsFiles->addSharedDirectory(dir);
|
||||
load();
|
||||
messageBoxOk("Shared Directory Added!");
|
||||
messageBoxOk(tr("Shared Directory Added!"));
|
||||
}
|
||||
}
|
||||
|
||||
@ -127,7 +127,7 @@ void ShareManager::removeShareDirectory()
|
||||
|
||||
QString queryWrn;
|
||||
queryWrn.clear();
|
||||
queryWrn.append("Do You Want to Delete ? ");
|
||||
queryWrn.append(tr("Do You Want to Remove ? "));
|
||||
if (qdir)
|
||||
{
|
||||
if ((QMessageBox::question(this, tr("Warning!"),queryWrn,QMessageBox::Ok|QMessageBox::No, QMessageBox::Ok))== QMessageBox::Ok)
|
||||
|
Loading…
Reference in New Issue
Block a user