diff options
| author | 2015-12-09 11:58:53 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | 7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch) | |
| tree | a1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/raweditor/libkviraweditor.cpp | |
| parent | Merge pull request #1776 from TheReign/issue_1754_2 (diff) | |
| download | KVIrc-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.cpp | 6 |
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, |
