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 /rule.c | |
parent | 74f08c639d3caf87c8c1756cdda6381f3d45a288 (diff) | |
download | gunmake-9302338304b5221160aaf8e060a85ac05eb428b7.tar.gz |
Installed the da.po (Danish) translation file.
Fixed some translation string issues.
Diffstat (limited to 'rule.c')
-rw-r--r-- | rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -653,7 +653,7 @@ print_rule_data_base () register unsigned int rules, terminal; register struct rule *r; - puts ("\n# Implicit Rules"); + puts (_("\n# Implicit Rules")); rules = terminal = 0; for (r = pattern_rules; r != 0; r = r->next) |