aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c
index 95a7bd61..55533f3f 100644
--- a/shell/callbacks.c
+++ b/shell/callbacks.c
@@ -132,7 +132,7 @@ void cb_about_module(GtkAction * action)
if (ma->description)
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(about),
- ma->description);
+ _(ma->description));
gtk_about_dialog_set_logo(GTK_ABOUT_DIALOG(about), sm->icon);
gtk_dialog_run(GTK_DIALOG(about));