aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-29 21:51:00 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-29 21:51:00 +0300
commit67ef8ed97b4192faa7b09bfa4fc899587f252f6d (patch)
treed2e2355196947c31b6299a9a7487f3b3e71ad6d1 /src/main.c
parent8a851aaa1382d188ca2968e7bbd813e99507c4ff (diff)
downloadmailfromd-67ef8ed97b4192faa7b09bfa4fc899587f252f6d.tar.gz
mailfromd-67ef8ed97b4192faa7b09bfa4fc899587f252f6d.tar.bz2
Minor fixes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 94b7f6b0..18785afa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -867,7 +867,7 @@ struct mu_cfg_param mf_cfg_param[] = {
{ "lock-retry-timeout", mu_cfg_callback, NULL, 0,
config_cb_lock_retry_timeout,
N_("Set the time span between the two DBM locking attempts."),
- N_("time") },
+ N_("time: interval") },
{ "max-match-mx", mu_c_size, &max_match_mx, 0, NULL,
N_("Maximum number of MXs used by MFL \"mx match\" operation.") },

Return to:

Send suggestions and report system problems to the System administrator.