diff options
| author | 2010-01-23 14:27:43 +0000 | |
|---|---|---|
| committer | 2010-01-23 14:27:43 +0000 | |
| commit | fddce3412008c85c14b29e3d99eb70b4ca09ac54 (patch) | |
| tree | 01890d0765d8d5a05b3557b542faed2357337896 /src/modules/raweditor/raweditor.cpp | |
| parent | updated russian translation, edited 'Last-Translator' field according to the ... (diff) | |
| download | KVIrc-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/raweditor/raweditor.cpp')
| -rw-r--r-- | src/modules/raweditor/raweditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp index 67f5ad225..40abada44 100644 --- a/src/modules/raweditor/raweditor.cpp +++ b/src/modules/raweditor/raweditor.cpp @@ -463,7 +463,7 @@ void KviRawEditor::exportAllEvents() if(!KviFileUtils::writeFile(szFile,out)) { - QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the raw events file.","editor"),__tr2qs_ctx("Ok","editor")); + QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the raw events file.","editor"),__tr2qs_ctx("OK","editor")); } } |
