diff options
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r-- | hardinfo2/menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 344c1386..250cfa10 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -45,8 +45,8 @@ static GtkActionEntry entries[] = NULL, G_CALLBACK(cb_copy_to_clipboard) }, - { "SaveGraphAction", GTK_STOCK_SAVE, - "_Save Graphic", "<control>S", + { "SaveGraphAction", GTK_STOCK_SAVE_AS, + "_Save image as...", "<control>S", NULL, G_CALLBACK(cb_save_graphic) }, |