More tooltips, relabelling, and changing icons.
[rugen] / src / page_status.c
index ed2f54e..0799353 100644 (file)
@@ -266,8 +266,8 @@ static GtkWidget *this_page_get_widget( page super )
 
 static void this_page_get_toolbar_info( page super, GtkIconSize size, GtkWidget **icon, char **label )
 {
-       *icon = gtk_image_new_from_stock( "gtk-execute",  size );
-       *label = "_Units";
+       *icon = gtk_image_new_from_stock( "gtk-home",  size );
+       *label = _("_Units");
 }
 
 static void this_page_on_connect( page super )