From 1cbd30e5d962da18ecd7f44c3088f6315c5fc437 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 9 Feb 2014 19:42:52 +0100 Subject: Fix translation of some menu items --- src/ui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index fd85778..c3b22f7 100644 --- a/src/ui.h +++ b/src/ui.h @@ -134,11 +134,11 @@ static GtkActionEntry action_entries[] = { N_("View the output produced by the last executed command"), G_CALLBACK (activate_action_last_output) }, { "New", GTK_STOCK_NEW, - NC_("File", "New..."), NULL, + N_("New..."), NULL, N_("Create a new archive"), G_CALLBACK (activate_action_new) }, { "Open", GTK_STOCK_OPEN, - NC_("File", "Open..."), NULL, + N_("Open..."), NULL, N_("Open archive"), G_CALLBACK (activate_action_open) }, { "Open_Toolbar", GTK_STOCK_OPEN, @@ -162,7 +162,7 @@ static GtkActionEntry action_entries[] = { N_("Reload current archive"), G_CALLBACK (activate_action_reload) }, { "SaveAs", GTK_STOCK_SAVE_AS, - NC_("File", "Save As..."), NULL, + N_("Save As..."), NULL, N_("Save the current archive with a different name"), G_CALLBACK (activate_action_save_as) }, { "SelectAll", GTK_STOCK_SELECT_ALL, -- cgit v1.2.1