[Nemiver-list] Typos
- From: "Stéphane Raimbault" <stephane raimbault domain hid>
- To: nemiver-list domain hid
- Subject: [Nemiver-list] Typos
- Date: Fri, 18 May 2007 17:09:17 +0200
Hi,
This patch uses only one string in po files instead of 2 for 'A C/C++
debugger for GNOME' and capitalizes strings in command line options.
Bye,
Stéphane
Index: src/main.cc
===================================================================
--- src/main.cc (revision 486)
+++ src/main.cc (working copy)
@@ -63,7 +63,7 @@
0,
G_OPTION_ARG_STRING,
&gv_env_vars,
- _("set the environment of the program to debug"),
+ _("Set the environment of the program to debug"),
"\"var0=val0 var1=val1 var2=val2 ...\""
},
{
@@ -72,7 +72,7 @@
0,
G_OPTION_ARG_STRING,
&gv_process_to_attach_to,
- _("attach to a process"),
+ _("Attach to a process"),
"<pid|process name>"
},
{ "listsessions",
@@ -80,7 +80,7 @@
0,
G_OPTION_ARG_NONE,
&gv_list_sessions,
- _("list the saved debugging sessions"),
+ _("List the saved debugging sessions"),
NULL
},
{ "purgesessions",
@@ -88,7 +88,7 @@
0,
G_OPTION_ARG_NONE,
&gv_purge_sessions,
- _("erase the saved debugging sessions"),
+ _("Erase the saved debugging sessions"),
NULL
},
{ "executesession",
@@ -96,7 +96,7 @@
0,
G_OPTION_ARG_INT,
&gv_execute_session,
- _("debug the program that was of session number N"),
+ _("Debug the program that was of session number N"),
"N"
},
{ "log-domains",
@@ -112,7 +112,7 @@
0,
G_OPTION_ARG_NONE,
&gv_log_debugger_output,
- _("log the debugger output"),
+ _("Log the debugger output"),
NULL
},
{0,0,0,(GOptionArg)0,0,0,0}
@@ -169,7 +169,7 @@
context.reset (g_option_context_new
(_(" [<prog-to-debug> [prog-args]]")));
g_option_context_set_summary (context.get (),
- _("a C/C++ debugger for GNOME")) ;
+ _("A C/C++ debugger for GNOME")) ;
g_option_context_set_help_enabled (context.get (), true) ;
g_option_context_add_main_entries (context.get (),
entries,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]