summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJordi Mallach <jordi@sindominio.net>2003-06-04 10:46:02 +0000
committerJordi Mallach <jordim@src.gnome.org>2003-06-04 10:46:02 +0000
commit52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9 (patch)
tree1135ca83c17306bd683b0a504873bd65c3e11c12 /src/main.c
parent626d95b752159fdcec1e7c08271f3eaca1113ab7 (diff)
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.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9f99071..2792d53 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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
},