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/options/OptionsWidget_query.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/options/OptionsWidget_query.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_query.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/OptionsWidget_query.cpp b/src/modules/options/OptionsWidget_query.cpp index 3a13b3802..6d49078af 100644 --- a/src/modules/options/OptionsWidget_query.cpp +++ b/src/modules/options/OptionsWidget_query.cpp @@ -80,12 +80,12 @@ OptionsWidget_query::OptionsWidget_query(QWidget * parent) b = addBoolSelector(0,4,1,4, __tr2qs_ctx("Popup notifier on new query message","options"),KviOption_boolPopupNotifierOnNewQueryMessages); mergeTip(b, __tr2qs_ctx("<center>This option causes a small notifier window to pop up " \ - "in the low right corner of the screen when a new message is received " \ + "in the lower right corner of the screen when a new message is received " \ "and the KVIrc window is not active.</center>","options")); b = addBoolSelector(0,5,1,5, __tr2qs_ctx("Popup notifier on new notice","options"),KviOption_boolPopupNotifierOnNewNotices); mergeTip(b, __tr2qs_ctx("<center>This option causes a small notifier window to pop up " \ - "in the low right corner of the screen when a new notice is received " \ + "in the lower right corner of the screen when a new notice is received " \ "and the KVIrc window is not active.</center>","options")); b = addBoolSelector(0,6,1,6, __tr2qs_ctx("Show information about query target at the top of the query","options"),KviOption_boolShowExtendedInfoInQueryLabel); mergeTip(b, |
