aboutsummaryrefslogtreecommitdiff
path: root/pmult
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-03-04 07:13:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-03-04 07:13:32 +0000
commitc14a5a95cb83610972cd49e36ae6107c3417bbc1 (patch)
tree202e96955da77a3c9f76fca5147d0c311b3c2bcc /pmult
parenta96265cb5435f97ef08039f326d859bcc5265263 (diff)
downloadmailfromd-c14a5a95cb83610972cd49e36ae6107c3417bbc1.tar.gz
mailfromd-c14a5a95cb83610972cd49e36ae6107c3417bbc1.tar.bz2
Minor fixes in translatable strings
git-svn-id: file:///svnroot/mailfromd/trunk@1623 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'pmult')
-rw-r--r--pmult/pmult.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pmult/pmult.c b/pmult/pmult.c
index 92cfc844..5494583e 100644
--- a/pmult/pmult.c
+++ b/pmult/pmult.c
@@ -280,6 +280,8 @@ _cb_log_level (mu_debug_t debug, void *data, char *arg)
struct mu_cfg_param client_cfg_param[] = {
{ "type", mu_cfg_callback, NULL, 0, _cb_client_type,
N_("Set remote milter type. Only `milter' is understood so far."),
+ /* TRANSLATORS: 'milter' and 'pmilter' are keywords, do not translate
+ them. */
N_("{milter [version: number]|pmilter}") },
{ "url", mu_cfg_string, NULL, mu_offsetof(struct pmult_client, url), NULL,
N_("Set remote client URL.") },

Return to:

Send suggestions and report system problems to the System administrator.