[gnumeric] Fixed typo in string



commit d0e5c72b75c7d0ceef16450249cee1d491cea38b
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Aug 5 12:00:25 2012 +0200

    Fixed typo in string

 src/wbc-gtk-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index 9d93d43..2a5e97d 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -2262,7 +2262,7 @@ static GtkActionEntry const actions[] = {
 	{ "EditGotoLast", GTK_STOCK_GOTO_LAST, N_("Go to the Last"),
 		NULL, N_("Go to the last data cell"),
 		G_CALLBACK (cb_edit_goto_last) },
-	{ "EditGoto", GTK_STOCK_JUMP_TO, N_("_Goto cell..."),
+	{ "EditGoto", GTK_STOCK_JUMP_TO, N_("_Go to cell..."),
 		"<control>G", N_("Jump to a specified cell"),
 		G_CALLBACK (cb_edit_goto) },
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]