aboutsummaryrefslogtreecommitdiff
path: root/src/builtin.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-23 10:03:37 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-23 10:03:37 +0200
commit337a06f32fb530e0e0884fef2f5f630cca9911a1 (patch)
treed0687ccd3e9ff527d9c5613fd052cbe0f79bb40a /src/builtin.c
parent7543ff5973d1afe75b0f4226a3a02cc8d375ad3e (diff)
downloadwydawca-337a06f32fb530e0e0884fef2f5f630cca9911a1.tar.gz
wydawca-337a06f32fb530e0e0884fef2f5f630cca9911a1.tar.bz2
Add missing i18n markers
Diffstat (limited to 'src/builtin.c')
-rw-r--r--src/builtin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/builtin.c b/src/builtin.c
index e5641d1..90b7c2f 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -79,7 +79,7 @@ cmp_regex (const char *pat, const char *str, int flags)
char errbuf[512];
regerror (rc, &regex, errbuf, sizeof (errbuf));
- logmsg (LOG_ERR, "%s: cannot compile regexp: %s", pat, errbuf);
+ logmsg (LOG_ERR, _("%s: cannot compile regexp: %s"), pat, errbuf);
return 0;
}
@@ -120,7 +120,7 @@ parse_cmp_type (const char *pat, strcmp_fn *cmpfn, int *rf)
break;
default:
- logmsg (LOG_NOTICE, "unrecognized comparison flag: %c", *pat);
+ logmsg (LOG_NOTICE, _("unrecognized comparison flag: %c"), *pat);
}
}
}

Return to:

Send suggestions and report system problems to the System administrator.