Add a "no-c-format" xgettext header to unbreak po files in the new

2003-06-04  Jordi Mallach  <jordi@sindominio.net>

	* src/main.c: Add a "no-c-format" xgettext header to unbreak po files
	in the new auto-close string.
This commit is contained in:
Jordi Mallach 2003-06-04 10:46:02 +00:00 committed by Jordi Mallach
parent 626d95b752
commit 52b1f1c71e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-06-04 Jordi Mallach <jordi@sindominio.net>
* src/main.c: Add a "no-c-format" xgettext header to unbreak po files
in the new auto-close string.
2003-06-03 Mike Newman <mikegtn@gnome.org>
* data/zenity.1: Update docs for --auto-close progress dialog

View File

@ -527,6 +527,7 @@ struct poptOption progress_options[] = {
POPT_ARG_NONE,
NULL,
OPTION_AUTOCLOSE,
/* xgettext: no-c-format */
N_("Dismiss the dialog when 100% has been reached"),
NULL
},