[gnumeric] I18N fixing
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] I18N fixing
- Date: Tue, 8 Mar 2011 15:14:04 +0000 (UTC)
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]