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/theme/libkvitheme.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/theme/libkvitheme.cpp')
| -rw-r--r-- | src/modules/theme/libkvitheme.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index 333c078c6..f4e493a29 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.cpp @@ -94,18 +94,18 @@ static bool theme_kvs_cmd_install(KviKvsModuleCommandCall * c) !sw: -e | --external <theme> is an absolute directory containing a theme !sw: -b | --builtin - <theme> is the name of a builtin theme (a subdirectory of the kvirc global themes directory) + <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 an 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). + 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). + an 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 + If no switch is present then KVIrc tries to determine automatically the type of theme (user, builtin or external). */ static bool theme_kvs_cmd_apply(KviKvsModuleCommandCall * c) @@ -161,7 +161,7 @@ static bool theme_kvs_fnc_info(KviKvsModuleFunctionCall * c) KviThemeInfo theme; if(!theme.load(szTheme,KviThemeInfo::Auto)) { - c->warning(__tr2qs_ctx("The theme package '%Q' does not exist","theme"),&szTheme); + c->warning(__tr2qs_ctx("The theme package '%Q' doesn't exist","theme"),&szTheme); return true; } @@ -203,7 +203,7 @@ static bool theme_kvs_cmd_screenshot(KviKvsModuleCommandCall * c) bool bResult = KviFileDialog::askForSaveFileName( szTmp, - __tr2qs_ctx("Choose a file to save the screenshot to","theme"), + __tr2qs_ctx("Choose a Filename to Save the Screenshot to","theme"), szFileName, "*.png", false, @@ -275,8 +275,8 @@ static bool theme_kvs_cmd_dialog(KviKvsModuleCommandCall *c) <package_name> is the visible name of the package (something like "My Theme Set").[br] <package_version> is the version of the package in the form X.Y.Z.[br] <package_description> is a textual description of the package. - <package_author> is the name of the person that is creating the package (NOT necessairly the themes contained within). - <package_image> is the path of an image to be used as package rappresentative image. If the package is going + <package_author> is the name of the person that is creating the package (NOT necessarily the themes contained within). + <package_image> is the path of an image to be used as package representative image. If the package is going to contain a single theme you may specify the theme's screenshot here. Pass an empty string if you don't want an image to be stored in the package. <theme> is a either a single path to a directory containing a theme as it's exported by kvirc, |
