aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/libkvitheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/libkvitheme.cpp')
-rw-r--r--src/modules/theme/libkvitheme.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp
index cd319d367..9a8cfce2d 100644
--- a/src/modules/theme/libkvitheme.cpp
+++ b/src/modules/theme/libkvitheme.cpp
@@ -96,13 +96,13 @@ static bool theme_kvs_cmd_install(KviKvsModuleCommandCall * c)
!sw: -b | --builtin
<theme> is the name of a builtin theme (a subdirectory of the KVIrc global themes directory)
!sw: -u | --user
- <theme> is the name of an user theme (a subdirectory of the KVIrc local themes directory)
+ <theme> is the name of a user theme (a subdirectory of the KVIrc local themes directory)
@description:
Attempts to apply the global theme specified by <theme>.
If the -b switch is present then <theme> is assumed to be a name of
a builtin installed theme (a subdirectory of the KVIrc global themes directory).
If the -l switch is present then <theme> is assumed to be a name of
- an user installed theme (a subdirectory of the KVIrc local themes directory).
+ a user installed theme (a subdirectory of the KVIrc local themes directory).
If the -e switch is present then <theme> is assumed to be an absolute
directory containing the theme data.
If no switch is present then KVIrc tries to determine automatically the
@@ -143,7 +143,7 @@ static bool theme_kvs_cmd_apply(KviKvsModuleCommandCall * c)
@title:
$theme.info
@short:
- Return info about an user defined theme.
+ Return info about a user defined theme.
@description:
Returns a hash with information about the global theme specified by <theme>.
*/