aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/libkvioptions.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-08-31 09:10:41 +0000
committerGravatar Fabio Bas2010-08-31 09:10:41 +0000
commitc8ba5d212c9da7d11f08684c5d244cfaad4d0032 (patch)
treeed21d44e601fd369c5830bf7c445879ed3ebc5a0 /src/modules/options/libkvioptions.cpp
parentsome fix for OnHighlight doc (diff)
downloadKVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.tar.gz
KVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.tar.bz2
KVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.zip
applied typo fixes for the "file" and "config" modules (thank OmegaPhil)
fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/libkvioptions.cpp')
-rw-r--r--src/modules/options/libkvioptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/libkvioptions.cpp b/src/modules/options/libkvioptions.cpp
index f7ca1453c..e8ea29254 100644
--- a/src/modules/options/libkvioptions.cpp
+++ b/src/modules/options/libkvioptions.cpp
@@ -56,7 +56,7 @@ extern int g_iOptionWidgetInstances;
@syntax:
options.save
@description:
- Saves the options to disk; this includes aliases , popups ,
+ Saves the options to disk; this includes aliases, popups,
events and user preferences.
*/
@@ -79,7 +79,7 @@ static bool options_kvs_cmd_save(KviKvsModuleCommandCall *)
options.dialog [-t] [options_group]
@description:
Shows the KVIrc options dialog for the specified options group.
- If the [-t] switch is used , the dialog is opened as toplevel window,
+ If the [-t] switch is used, the dialog is opened as toplevel window,
otherwise it is opened as part of the current frame window.[br]
Valid values for [options_group] are "general" and "theme".
If [options_group] is omitted, the option group "general" is assumed.