/pidgin/main: a9c65ec9aaf2: Shorten gnttinyurl plugin description
Richard Laager
rlaager at pidgin.im
Mon Jul 18 00:33:08 EDT 2016
Changeset: a9c65ec9aaf24d639496a5f1ddcf67b6a9489e02
Author: Richard Laager <rlaager at pidgin.im>
Date: 2016-06-07 00:50 -0500
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/a9c65ec9aaf2
Description:
Shorten gnttinyurl plugin description
diffstat:
finch/plugins/gnttinyurl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff --git a/finch/plugins/gnttinyurl.c b/finch/plugins/gnttinyurl.c
--- a/finch/plugins/gnttinyurl.c
+++ b/finch/plugins/gnttinyurl.c
@@ -368,7 +368,7 @@ tinyurl_notify_uri(const char *uri)
* may not always happen, e.g. when another plugin sets its own
* notify_message. So tread carefully. */
win = purple_notify_message(NULL, PURPLE_NOTIFY_MSG_INFO, _("URI"), uri,
- _("Please wait while TinyURL fetches a shorter URL ..."), NULL, NULL);
+ _("Please wait while TinyURL fetches a shorter URL..."), NULL, NULL);
if (!GNT_IS_WINDOW(win) || !g_object_get_data(G_OBJECT(win), "info-widget"))
return win;
@@ -471,7 +471,7 @@ static PurplePluginInfo info =
N_("TinyURL"),
DISPLAY_VERSION,
N_("TinyURL plugin"),
- N_("When receiving a message with URL(s), use TinyURL for easier copying"),
+ N_("Shorten URLs in messages using TinyURL"),
"Richard Nelson <wabz at whatsbeef.net>",
PURPLE_WEBSITE,
plugin_load,
More information about the Commits
mailing list