aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/libkviraweditor.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 11:58:53 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commit7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch)
treea1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/raweditor/libkviraweditor.cpp
parentMerge pull request #1776 from TheReign/issue_1754_2 (diff)
downloadKVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/raweditor/libkviraweditor.cpp')
-rw-r--r--src/modules/raweditor/libkviraweditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/raweditor/libkviraweditor.cpp b/src/modules/raweditor/libkviraweditor.cpp
index 2f1222b30..06a9060ca 100644
--- a/src/modules/raweditor/libkviraweditor.cpp
+++ b/src/modules/raweditor/libkviraweditor.cpp
@@ -39,11 +39,11 @@ RawEditorWindow * g_pRawEditorWindow = 0;
@title:
raweditor.open
@short:
- Shows the raw events editor
+ Shows the RAW events editor
@syntax:
toolbareditor.open
@description:
- Opens the script raw events editor dialog.
+ Opens the script RAW events editor dialog.
*/
static bool raweditor_kvs_cmd_open(KviKvsModuleCommandCall *)
@@ -81,7 +81,7 @@ KVIRC_MODULE(
"RawEditor", // module name
"4.0.0", // module version
"Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
- "Editor for the script raw events",
+ "Editor for the script RAW events",
raweditor_module_init,
raweditor_module_can_unload,
0,