aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 16:03:50 +0000
committerGravatar un1versal2015-12-19 02:40:23 +0000
commitc74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9 (patch)
tree1be38d394b47be8408585a00b2c67819bcf37082 /src/modules/http
parentsrc/modules: typos, consistency capitalize, fomatting and indenting fixes (diff)
downloadKVIrc-c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9.tar.gz
KVIrc-c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9.tar.bz2
KVIrc-c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9.zip
various files: typos/consistency and capitalization see notes below.
https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
Diffstat (limited to 'src/modules/http')
-rw-r--r--src/modules/http/libkvihttp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/http/libkvihttp.cpp b/src/modules/http/libkvihttp.cpp
index df196d13b..84dc98f50 100644
--- a/src/modules/http/libkvihttp.cpp
+++ b/src/modules/http/libkvihttp.cpp
@@ -236,7 +236,7 @@ static bool http_kvs_complete_get(KviKvsModuleCommandCall * c,QString &szUrl,QSt
The 'h' flag causes the window to not be created. The transfer will simply run in background.
Note that with 'h' the user has no possibility to interact with the transfer.
The 'm' flag causes the transfer window to be created as "minimized". 'm' does nothing
- if the window already exists. The 'n' flag causes the window to be NOT activated (brought to top).
+ if the window already exists. The 'n' flag causes the window to be [b]not[/b] activated (brought to top).
!sw: -i=<magic identifier> | --identifier=<magic identifier>
This identifier is passed as $3 parameter to the [event:OnHTTPGetTerminated]OnHTTPGetTerminated[/event]