[gnumeric] GUI: Only one spelling of Save As.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] GUI: Only one spelling of Save As.
- Date: Thu, 25 Dec 2014 17:28:05 +0000 (UTC)
commit 490364dd6ac8f9a6b70372fbd82ba6a59e2b5a06
Author: Morten Welinder <terra gnome org>
Date: Thu Dec 25 12:27:43 2014 -0500
GUI: Only one spelling of Save As.
src/sheet-object-component.c | 4 ++--
src/sheet-object-graph.c | 2 +-
src/sheet-object-image.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/sheet-object-component.c b/src/sheet-object-component.c
index fe44ff5..dd0cc53 100644
--- a/src/sheet-object-component.c
+++ b/src/sheet-object-component.c
@@ -267,8 +267,8 @@ static void
gnm_soc_populate_menu (SheetObject *so, GPtrArray *actions)
{
static SheetObjectAction const soc_actions[] = {
- { GTK_STOCK_SAVE_AS, N_("_Save as"), NULL, 0, soc_cb_save_as },
- { GTK_STOCK_SAVE_AS, N_("_Save as image"), NULL, 0, soc_cb_save_as_image }
+ { GTK_STOCK_SAVE_AS, N_("_Save As"), NULL, 0, soc_cb_save_as },
+ { GTK_STOCK_SAVE_AS, N_("_Save As Image"), NULL, 0, soc_cb_save_as_image }
};
unsigned int i;
diff --git a/src/sheet-object-graph.c b/src/sheet-object-graph.c
index 05ec570..576214f 100644
--- a/src/sheet-object-graph.c
+++ b/src/sheet-object-graph.c
@@ -393,7 +393,7 @@ static void
gnm_sog_populate_menu (SheetObject *so, GPtrArray *actions)
{
static SheetObjectAction const sog_actions[] = {
- { GTK_STOCK_SAVE_AS, N_("_Save as Image"), NULL, 0, sog_cb_save_as, NULL
},
+ { GTK_STOCK_SAVE_AS, N_("_Save As Image"), NULL, 0, sog_cb_save_as, NULL
},
{ NULL, N_("Open in _New Window"), NULL, 0, sog_cb_open_in_new_window, NULL
},
{ NULL, N_("Copy to New Graph S_heet"), NULL, 0, sog_cb_copy_to_new_sheet, NULL
}
};
diff --git a/src/sheet-object-image.c b/src/sheet-object-image.c
index fc213b5..b8fb65e 100644
--- a/src/sheet-object-image.c
+++ b/src/sheet-object-image.c
@@ -361,7 +361,7 @@ static void
gnm_soi_populate_menu (SheetObject *so, GPtrArray *actions)
{
static SheetObjectAction const soi_action =
- { GTK_STOCK_SAVE_AS, N_("_Save as image"), NULL, 0, soi_cb_save_as };
+ { GTK_STOCK_SAVE_AS, N_("_Save As Image"), NULL, 0, soi_cb_save_as };
gnm_soi_parent_class->populate_menu (so, actions);
go_ptr_array_insert (actions, (gpointer) &soi_action, 1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]