summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2001-08-19 04:55:51 +0000
committerPaul Smith <psmith@gnu.org>2001-08-19 04:55:51 +0000
commita41ad2a58ac15145e249a7a5bcc309764c5561de (patch)
tree945bfde640c9e21b1c33b73d405f3e39e51fe69b /rule.c
parent806f1602302ad2c6c48d29407d3bb5060ed475e0 (diff)
downloadmake-a41ad2a58ac15145e249a7a5bcc309764c5561de.tar.gz
Installed the da.po (Danish) translation file.
Fixed some translation string issues.
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index 2b4456e5..fdaa1c4f 100644
--- a/rule.c
+++ b/rule.c
@@ -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)