aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-01-23 14:27:43 +0000
committerGravatar Elvio Basello2010-01-23 14:27:43 +0000
commitfddce3412008c85c14b29e3d99eb70b4ca09ac54 (patch)
tree01890d0765d8d5a05b3557b542faed2357337896 /src/modules/popupeditor/popupeditor.cpp
parentupdated russian translation, edited 'Last-Translator' field according to the ... (diff)
downloadKVIrc-fddce3412008c85c14b29e3d99eb70b4ca09ac54.tar.gz
KVIrc-fddce3412008c85c14b29e3d99eb70b4ca09ac54.tar.bz2
KVIrc-fddce3412008c85c14b29e3d99eb70b4ca09ac54.zip
quick fixes on editor modules;
updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3869 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
-rw-r--r--src/modules/popupeditor/popupeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp
index 6dda5fe8e..95be5f0fc 100644
--- a/src/modules/popupeditor/popupeditor.cpp
+++ b/src/modules/popupeditor/popupeditor.cpp
@@ -1124,7 +1124,7 @@ void KviPopupEditor::exportCurrentPopup()
if(!KviFileUtils::writeFile(szFile,szOut))
{
- QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the popup file.","editor"),__tr2qs_ctx("Ok","editor"));
+ QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the popup file.","editor"),__tr2qs_ctx("OK","editor"));
}
}
@@ -1171,7 +1171,7 @@ void KviPopupEditor::exportPopups(bool bSelectedOnly)
if(!KviFileUtils::writeFile(szFile,out))
{
- QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the alias file.","editor"),__tr2qs_ctx("Ok","editor"));
+ QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the alias file.","editor"),__tr2qs_ctx("OK","editor"));
}
}