summaryrefslogtreecommitdiffstats
path: root/sigmodr/SigmodrUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/SigmodrUI.cpp')
-rw-r--r--sigmodr/SigmodrUI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/SigmodrUI.cpp b/sigmodr/SigmodrUI.cpp
index 05c13ef8..5252b81f 100644
--- a/sigmodr/SigmodrUI.cpp
+++ b/sigmodr/SigmodrUI.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -413,7 +413,7 @@ void Sigmodr::SigmodrUI::preferences()
return;
KConfigDialog* dialog = new KConfigDialog(this, "sigmodr-prefs", SigmodrPreferences::self());
SigmodrPreferencesWidget* widget = new SigmodrPreferencesWidget;
- dialog->addPage(widget, i18n("General"), "configure");
+ dialog->addPage(widget, i18nc("General settings tab", "General"), "configure");
connect(dialog, SIGNAL(okClicked()), widget, SLOT(save()));
dialog->exec();
}