summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 089b249a9..41853b1a1 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -216,7 +216,7 @@ main (int argc, char **argv)
{
const char *url = NULL;
mailer_get_url_default (&url);
- mu_error (_("Creating mailer '%s' failed: %s"),
+ mu_error (_("Creating mailer `%s' failed: %s"),
url, mu_strerror (status));
mr_exit (status);
}
@@ -243,7 +243,7 @@ main (int argc, char **argv)
{
const char *url = NULL;
mailer_get_url_default (&url);
- mu_error (_("Opening mailer '%s' failed: %s"),
+ mu_error (_("Opening mailer `%s' failed: %s"),
url, mu_strerror (status));
mr_exit (status);
}

Return to:

Send suggestions and report system problems to the System administrator.