diff options
| author | 2010-11-15 16:48:31 +0000 | |
|---|---|---|
| committer | 2010-11-15 16:48:31 +0000 | |
| commit | aed061e29392df1132201c7fb6bf019df35f0f69 (patch) | |
| tree | f900bf6a079968178e59e3ff455c8c7ef7421960 /src/modules/config | |
| parent | More IPC tweaks. QWidget::winEvent has a new signature in Qt4. (diff) | |
| download | KVIrc-aed061e29392df1132201c7fb6bf019df35f0f69.tar.gz KVIrc-aed061e29392df1132201c7fb6bf019df35f0f69.tar.bz2 KVIrc-aed061e29392df1132201c7fb6bf019df35f0f69.zip | |
english corrections on docs by OmegaPhil
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5141 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/config')
| -rw-r--r-- | src/modules/config/libkviconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/config/libkviconfig.cpp b/src/modules/config/libkviconfig.cpp index 6df03d33e..e5383e72d 100644 --- a/src/modules/config/libkviconfig.cpp +++ b/src/modules/config/libkviconfig.cpp @@ -656,8 +656,8 @@ static bool config_kvs_cmd_clear(KviKvsModuleCommandCall * c) All the key=value pairs in the section are destroyed.[br] <id> must be a a valid config file identifier returned by [fnc]$config.open[/fnc].[br] If the <id> does not match any open config file, a warning is printed. - If <section_name> was also the current section, the current section is set to the default one.[br] - No warning is printed if the section wasn't existing.[br] + If <section_name> is also the current section, the default section is made current.[br] + No warning is printed if the section does not exist.[br] @seealso: [module:config]Config module documentation[/module] */ |
