diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-22 01:25:18 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-22 01:25:18 +0100 |
commit | d427401e69464f35cb31b75f8873f2262ff8eb6c (patch) | |
tree | 056d7bbed7631961c7e8f3efb82be2a47f94cd92 /src/settings.cpp | |
parent | New Config Dialog. Yeah! (diff) | |
download | rekonq-d427401e69464f35cb31b75f8873f2262ff8eb6c.tar.xz |
window config title : rekonfig
updated TODO
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index f8fd818f..f765e18c 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -103,7 +103,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) setButtons(KDialog::Ok | KDialog::Cancel | KDialog::Apply); showButtonSeparator(true); - setWindowTitle( i18n("Setting rekonq..") ); + setWindowTitle( i18n("rekonfig..") ); setModal(true); connect(this, SIGNAL( okClicked() ), this, SLOT( slotOk() ) ); |