aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_sound.cpp
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/options/OptionsWidget_sound.cpp
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/options/OptionsWidget_sound.cpp')
-rw-r--r--src/modules/options/OptionsWidget_sound.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/options/OptionsWidget_sound.cpp b/src/modules/options/OptionsWidget_sound.cpp
index 76d286e67..8a3184745 100644
--- a/src/modules/options/OptionsWidget_sound.cpp
+++ b/src/modules/options/OptionsWidget_sound.cpp
@@ -91,7 +91,7 @@ OptionsWidget_soundGeneral::OptionsWidget_soundGeneral(QWidget * parent)
m_pMediaTestButton->setEnabled(false);
- g = addGroupBox(0,2,0,2,Qt::Horizontal,__tr2qs_ctx("ID3 tags encoding","options"),true);
+ g = addGroupBox(0,2,0,2,Qt::Horizontal,__tr2qs_ctx("ID3 Tags Encoding","options"),true);
KviTalToolTip::add(g,__tr2qs_ctx("This allows you to select encoding of mp3 tags.","options"));
@@ -333,16 +333,16 @@ OptionsWidget_sounds::OptionsWidget_sounds(QWidget * parent)
{
setObjectName("sound_options_widget");
createLayout();
- addLabel(0,0,0,0,__tr2qs_ctx("New query opened","options"));
+ addLabel(0,0,0,0,__tr2qs_ctx("New query opened:","options"));
addSoundSelector(1,0,1,0,"",KviOption_stringOnNewQueryOpenedSound);
- addLabel(0,1,0,1,__tr2qs_ctx("New message in inactive query","options"));
+ addLabel(0,1,0,1,__tr2qs_ctx("New message in inactive query:","options"));
addSoundSelector(1,1,1,1,"",KviOption_stringOnQueryMessageSound);
- addLabel(0,2,0,2,__tr2qs_ctx("Highlighted message in inactive window","options"));
+ addLabel(0,2,0,2,__tr2qs_ctx("Highlighted message in inactive window:","options"));
addSoundSelector(1,2,1,2,"",KviOption_stringOnHighlightedMessageSound);
- addLabel(0,3,0,3,__tr2qs_ctx("On me was kicked","options"));
+ addLabel(0,3,0,3,__tr2qs_ctx("On me was kicked:","options"));
addSoundSelector(1,3,1,3,"",KviOption_stringOnMeKickedSound);
addRowSpacer(0,4,1,4);