diff options
author | Paul Smith <psmith@gnu.org> | 2001-08-19 04:55:51 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2001-08-19 04:55:51 +0000 |
commit | 9302338304b5221160aaf8e060a85ac05eb428b7 (patch) | |
tree | 945bfde640c9e21b1c33b73d405f3e39e51fe69b /variable.c | |
parent | 74f08c639d3caf87c8c1756cdda6381f3d45a288 (diff) | |
download | gunmake-9302338304b5221160aaf8e060a85ac05eb428b7.tar.gz |
Installed the da.po (Danish) translation file.
Fixed some translation string issues.
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1080,7 +1080,8 @@ print_variable (v, prefix) fputs ("# ", stdout); fputs (origin, stdout); if (v->fileinfo.filenm) - printf (" (from `%s', line %lu)", v->fileinfo.filenm, v->fileinfo.lineno); + printf (_(" (from `%s', line %lu)"), + v->fileinfo.filenm, v->fileinfo.lineno); putchar ('\n'); fputs (prefix, stdout); |