X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fpage_command.c;h=7e976e2125c686ac75ffe0aa565fb4731e618782;hb=5b8660aa24307a5ea69119579e7e060860a786b9;hp=2d6472676e3e8e22f414d98902876bbd5a1a219e;hpb=a5fd42fcba5ce6d680f44c5c8e01c44deae91ed2;p=rugen diff --git a/src/page_command.c b/src/page_command.c index 2d64726..7e976e2 100644 --- a/src/page_command.c +++ b/src/page_command.c @@ -119,7 +119,7 @@ static GtkWidget *this_page_get_widget( page_command this ) static void this_page_get_toolbar_info( page this, GtkIconSize size, GtkWidget **icon, char **label ) { *icon = gtk_image_new_from_stock( "gtk-execute", size ); - *label = "_Shell"; + *label = _("_Shell"); } static void this_on_connect( page_command this )