diff options
author | pano <pano@linux-xtvb.(none)> | 2010-02-18 20:10:26 +0100 |
---|---|---|
committer | pano <pano@linux-xtvb.(none)> | 2010-02-18 20:10:26 +0100 |
commit | 8f65c4ad86e65f30935cec1c459d59fcd23fda18 (patch) | |
tree | ac62526deeb2c66bea47d529eef81244d76ee678 /src/settings | |
parent | Fix settings webkit UI (broken on the krazy fix from (diff) | |
download | rekonq-8f65c4ad86e65f30935cec1c459d59fcd23fda18.tar.xz |
Change window titles strings a bit
They now use a "real hyphen" (–) instead of the plain minus character
(-), like it is used in the rest of KDE.
I also made the window titles translatable, since Left-to-Right
languages might need this
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp index a3bf7359..0b9d8e85 100644 --- a/src/settings/settingsdialog.cpp +++ b/src/settings/settingsdialog.cpp @@ -151,7 +151,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) , d(new Private(this)) { showButtonSeparator(false); - setWindowTitle(i18n("Configure - rekonq")); + setWindowTitle(i18nic("Window title of the settings dialog", "Configure – rekonq")); setModal(true); readConfig(); |