diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index 55533f3f..9bb5c990 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -114,7 +114,7 @@ void cb_about_module(GtkAction * action) gtk_window_set_transient_for(GTK_WINDOW(about), GTK_WINDOW(shell->window)); - text = g_strdup_printf(_("%s Module"), sm->name); + text = g_strdup(sm->name); #if GTK_CHECK_VERSION(2, 12, 0) gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(about), text); #else |