[gnumeric] I18N fixing



commit 523a84e6d4fa9305da2711c2b3a67ef3d0d73ab7
Author: Marek Ä?ernocký <marek manet cz>
Date:   Tue Mar 8 16:13:00 2011 +0100

    I18N fixing

 src/main-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main-application.c b/src/main-application.c
index a9faf83..f1d2629 100644
--- a/src/main-application.c
+++ b/src/main-application.c
@@ -172,7 +172,7 @@ gnumeric_arg_parse (int argc, char **argv)
 			break;
 		}
 
-	ocontext = g_option_context_new ("[FILE ...]");
+	ocontext = g_option_context_new (_("[FILE ...]"));
 	g_option_context_add_main_entries (ocontext, gnumeric_options, GETTEXT_PACKAGE);
 	g_option_context_add_group	  (ocontext, gnm_get_option_group ());
 



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