[phonemgr] glibgsmtest: use the same parameter_string for g_option_context_new() as the main program
- From: Daniele Forsi <dforsi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [phonemgr] glibgsmtest: use the same parameter_string for g_option_context_new() as the main program
- Date: Wed, 9 May 2012 20:06:32 +0000 (UTC)
commit ed5fb25f0e749ca38b30ab3072961b4e039ed045
Author: Daniele Forsi <dforsi src gnome org>
Date: Wed May 9 19:18:17 2012 +0200
glibgsmtest: use the same parameter_string for g_option_context_new() as the main program
So it is alreadly translated in main program.
libgsm/glibgsmtest.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgsm/glibgsmtest.c b/libgsm/glibgsmtest.c
index a656713..ca306c2 100644
--- a/libgsm/glibgsmtest.c
+++ b/libgsm/glibgsmtest.c
@@ -133,7 +133,7 @@ main (int argc, char **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- context = g_option_context_new ("Manage mobile phone");
+ context = g_option_context_new (_("- Manage your mobile phone"));
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_type_init ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]