diff options
author | Andrius Štikonas <stikonas@gmail.com> | 2010-06-25 23:14:03 +0300 |
---|---|---|
committer | Andrius Štikonas <stikonas@gmail.com> | 2010-07-06 11:23:09 +0300 |
commit | 89fda83e1041189fea6c7901e894d15a48f883a0 (patch) | |
tree | 24ec869eeee1b753455cef9c13204ac7b6e53ac5 | |
parent | Use KIntSpinBox together with plural aware setSuffix instead of static QSpinB... (diff) | |
download | rekonq-89fda83e1041189fea6c7901e894d15a48f883a0.tar.xz |
Add comment="KDE::DoNotExtract" to TextLabel.
This dummy string is not visible by the user so it is not necessary to translate it.
-rw-r--r-- | src/settings/settings_adblock.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/settings_adblock.ui b/src/settings/settings_adblock.ui index 1264104f..17114dd3 100644 --- a/src/settings/settings_adblock.ui +++ b/src/settings/settings_adblock.ui @@ -123,7 +123,7 @@ <item> <widget class="QLabel" name="hintLabel"> <property name="text"> - <string>TextLabel</string> + <string comment="KDE::DoNotExtract">TextLabel</string> </property> </widget> </item> |