added comment on a string in order clarify its meaning for translators

2007-03-17  Lucas Rocha  <lucasr@gnome.org>

	* src/option.c: added comment on a string in order clarify its
	meaning for translators (Fixes bug #520847). 

svn path=/trunk/; revision=1335
This commit is contained in:
Lucas Rocha 2008-03-17 19:16:31 +00:00 committed by Lucas Almeida Rocha
parent dc31270bb2
commit 67baada430
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-03-17 Lucas Rocha <lucasr@gnome.org>
* src/option.c: added comment on a string in order clarify its
meaning for translators (Fixes bug #520847).
2007-03-10 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.

View File

@ -476,6 +476,7 @@ static GOptionEntry list_options[] = {
G_OPTION_ARG_STRING,
&zenity_list_print_column,
N_("Print a specific column (Default is 1. 'ALL' can be used to print all columns)"),
/* Column index number to print out on a list dialog */
N_("NUMBER")
},
{