summaryrefslogtreecommitdiff
path: root/command/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command/command.c')
-rw-r--r--command/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/command.c b/command/command.c
index 6c499922..7e147f69 100644
--- a/command/command.c
+++ b/command/command.c
@@ -109,6 +109,7 @@ command_about_callback (GtkAction *action, CommandApplet *command_applet)
"Copyright \xc2\xa9 2013-2014 Stefano Karapetsas";
gtk_show_about_dialog(NULL,
+ "title", _("About Command Applet"),
"version", VERSION,
"copyright", copyright,
"authors", authors,