commit 5d1095a7eb62b4424fbe72d5a2a0f6bc95948b63
parent 019a9168bdfa0ed6760e11693318bc42d9453c54
Author: Christian Hesse <mail@eworm.de>
Date: Mon, 17 Mar 2014 20:13:56 +0100
replace non ASCII-characters
Signed-off-by: Paul <paul@claws-mail.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/libravatar/libravatar.c b/src/plugins/libravatar/libravatar.c
@@ -440,9 +440,9 @@ const gchar *plugin_desc(void)
"a gravatar.com profile but not a libravatar one, those will also\n"
"be retrieved (when redirections are allowed in plugin config).\n"
"Plugin config page it's available from main window at:\n"
- "Configuration→Preferences→Plugins→Libravatar.\n\n"
+ "/Configuration/Preferences/Plugins/Libravatar.\n\n"
"This plugin uses libcurl to retrieve images, so if you're behind a\n"
- "proxy please refer to curl(1) manpage for details on ‘http_proxy’\n"
+ "proxy please refer to curl(1) manpage for details on 'http_proxy'\n"
"configuration. More details about this and others on README file.\n\n"
"Feedback to <ricardo@mones.org> is welcome.\n");
}