diff options
Diffstat (limited to 'src/extension/prefdialog.cpp')
| -rw-r--r-- | src/extension/prefdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index 3058b939f..4265f9c47 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -30,7 +30,7 @@ PrefDialog::PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * co Gtk::Dialog::Dialog("Temp Title", true, true), _help(help), _name(name) { /* A hack to internationalize the title properly */ - gchar * title = g_strdup_printf(_("%s Preferences"), name.c_str()); + gchar * title = g_strdup_printf("%s", name.c_str()); this->set_title(title); g_free(title); |
