summaryrefslogtreecommitdiff
path: root/src/settings/settings_privacy.ui
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2013-06-10 12:19:05 +0200
committerPino Toscano <pino@kde.org>2013-06-10 12:19:05 +0200
commit9ca94969b08532a9461f764aa41d679e60d62424 (patch)
treeefbc63fcd22a56bddd6e751b9bd0c82f96c35601 /src/settings/settings_privacy.ui
parentLink custom rekonq QNAM to KDE proxy settings (diff)
downloadrekonq-9ca94969b08532a9461f764aa41d679e60d62424.tar.xz
i18n fixes
- remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces
Diffstat (limited to 'src/settings/settings_privacy.ui')
-rw-r--r--src/settings/settings_privacy.ui18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/settings/settings_privacy.ui b/src/settings/settings_privacy.ui
index 04f36bad..d864fecf 100644
--- a/src/settings/settings_privacy.ui
+++ b/src/settings/settings_privacy.ui
@@ -14,20 +14,20 @@
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
- <string>Javascript</string>
+ <string>JavaScript</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QCheckBox" name="kcfg_javascriptCanOpenWindows">
<property name="text">
- <string>Let Javascript open new windows</string>
+ <string>Let JavaScript open new windows</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="kcfg_javascriptCanAccessClipboard">
<property name="text">
- <string>Let Javascript access clipboard</string>
+ <string>Let JavaScript access clipboard</string>
</property>
</widget>
</item>
@@ -69,32 +69,32 @@
<widget class="QComboBox" name="kcfg_expireHistory">
<item>
<property name="text">
- <string>never</string>
+ <string>Never</string>
</property>
</item>
<item>
<property name="text">
- <string>every 3 months</string>
+ <string>Every 3 months</string>
</property>
</item>
<item>
<property name="text">
- <string>every month</string>
+ <string>Every month</string>
</property>
</item>
<item>
<property name="text">
- <string>every day</string>
+ <string>Every day</string>
</property>
</item>
<item>
<property name="text">
- <string>at application exit</string>
+ <string>At application exit</string>
</property>
</item>
<item>
<property name="text">
- <string>don't even store them</string>
+ <string>Do not even store them</string>
</property>
</item>
</widget>