From 5d1095a7eb62b4424fbe72d5a2a0f6bc95948b63 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 17 Mar 2014 20:13:56 +0100 Subject: [PATCH 1/1] replace non ASCII-characters Signed-off-by: Paul --- src/plugins/libravatar/libravatar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/libravatar/libravatar.c b/src/plugins/libravatar/libravatar.c index 02559207c..293b236b2 100644 --- 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 is welcome.\n"); } -- 2.25.1