diff options
| author | 2015-12-09 16:03:50 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:23 +0000 | |
| commit | c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9 (patch) | |
| tree | 1be38d394b47be8408585a00b2c67819bcf37082 /src/modules/dcc/libkvidcc.cpp | |
| parent | src/modules: typos, consistency capitalize, fomatting and indenting fixes (diff) | |
| download | KVIrc-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/dcc/libkvidcc.cpp')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index 251d39203..f28686b4f 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -2718,11 +2718,11 @@ static bool dcc_kvs_fnc_sessionList(KviKvsModuleFunctionCall * c) @title: $dcc.getSSLCertInfo @short: - Returns the requested information about certificates used in an ssl-enabled DCC session + Returns the requested information about certificates used in an SSL enabled DCC session @syntax: $dcc.getSSLCertInfo(<query:string>[,<type:string='remote'>[,<dcc_id:integer>[,<param1:string>]]]) @description: - Returns the requested information about certificates used in an ssl-enabled DCC session.[br] + Returns the requested information about certificates used in an SSL enabled DCC session.[br] The second <type> parameter can be "local" or "remote", and refers to the certificate you want to query the information from; if omitted, it defaults to "remote".[br] If <dcc_id> is omitted then the DCC Session associated with the current window is assumed.[br] @@ -2756,16 +2756,16 @@ static bool dcc_kvs_fnc_sessionList(KviKvsModuleFunctionCall * c) [li]fingerprintDigestStr[/li] [li]fingerprintContents * accepts parameter interpreted as "digest name"[/li] [/ul] - @examples: - [example] - # get a sha256 fingerprint of remote peer's certificate - $dcc.getSSLCertInfo(fingerprintContents,remote,$dcc.session,sha256) - [/example] - @seealso: - [fnc]$certificate[/fnc] - [fnc]$str.evpSign[/fnc] - [fnc]$str.evpVerify[/fnc] - [module:dcc]dcc module[/module] + @examples: + [example] + [comment]# get a sha256 fingerprint of remote peer's certificate[/comment] + $dcc.getSSLCertInfo(fingerprintContents,remote,$dcc.session,sha256) + [/example] + @seealso: + [fnc]$certificate[/fnc] + [fnc]$str.evpSign[/fnc] + [fnc]$str.evpVerify[/fnc] + [module:dcc]dcc module[/module] */ static bool dcc_kvs_fnc_getSSLCertInfo(KviKvsModuleFunctionCall * c) @@ -2979,7 +2979,7 @@ KVIRC_MODULE( "DCC", "4.0.0", "Copyright (C) 2000-2004:\n" \ - " Szymon Stefanek (pragma at kvirc dot net)\n", + "Szymon Stefanek (pragma at kvirc dot net)\n", "DCC extension for KVIrc\n", dcc_module_init, dcc_module_can_unload, |
