aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-30 03:44:13 +0000
committerGravatar un1versal2015-12-30 03:44:13 +0000
commitf78f0c8ce1eb76669bc1eb16ffe155bef1ccd5e8 (patch)
tree7bc028fa0b61f837d380ee05a2b4ccebb0c165ee
parentadd favorite star icon for @pragmaware (diff)
downloadKVIrc-f78f0c8ce1eb76669bc1eb16ffe155bef1ccd5e8.tar.gz
KVIrc-f78f0c8ce1eb76669bc1eb16ffe155bef1ccd5e8.tar.bz2
KVIrc-f78f0c8ce1eb76669bc1eb16ffe155bef1ccd5e8.zip
Improve string label: On me was kicked -> When I am Kicked.
wodim should have reviewed the PR that changed this string months ago, he especially had plenty opportunity for 3+ weeks while PR was up. @ctrlaltca would you mind terribly doing a transifex push for this?
-rw-r--r--src/modules/options/OptionsWidget_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_sound.cpp b/src/modules/options/OptionsWidget_sound.cpp
index 8a3184745..6ec1f1c96 100644
--- a/src/modules/options/OptionsWidget_sound.cpp
+++ b/src/modules/options/OptionsWidget_sound.cpp
@@ -342,7 +342,7 @@ OptionsWidget_sounds::OptionsWidget_sounds(QWidget * parent)
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("When I am kicked:","options"));
addSoundSelector(1,3,1,3,"",KviOption_stringOnMeKickedSound);
addRowSpacer(0,4,1,4);