File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ static void syntax(void) {
2121__attribute__((noreturn ))
2222static void version (void ) {
2323 fprintf (stdout ,
24- "these are not (GNU gettext-tools) 99.9999.9999\n" );
24+ "msgfmt (GNU gettext-tools compatible ) 99.9999.9999\n" );
2525 exit (0 );
2626}
2727
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ static void syntax(void) {
1818__attribute__((noreturn ))
1919static void version (void ) {
2020 fprintf (stdout ,
21- "these are not (GNU gettext-tools) 99.9999.9999\n" );
21+ "msgmerge (GNU gettext-tools compatible ) 99.9999.9999\n" );
2222 exit (0 );
2323}
2424
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ syntax() {
1616}
1717
1818show_version () {
19- printf " %s\n" , " these are not (GNU gettext-tools) 99.9999.9999\n"
19+ printf " %s\n" , " xgettext (GNU gettext-tools compatible ) 99.9999.9999\n"
2020 exit 0
2121}
2222
You can’t perform that action at this time.
0 commit comments