pidgin/pidgin

Imgupload: rename to Image Uploader

2014-05-20, Tomasz Wasilczyk
7fab4043641f
Parents f99249837123
Children 73268625f18c
Imgupload: rename to Image Uploader
--- a/pidgin/plugins/imgupload.c Tue May 20 12:51:18 2014 +0200
+++ b/pidgin/plugins/imgupload.c Tue May 20 23:05:53 2014 +0200
@@ -1,5 +1,5 @@
/*
- * Image Upload - an inline images implementation for protocols without
+ * Image Uploader - an inline images implementation for protocols without
* support for such feature.
*
* Copyright (C) 2014, Tomasz Wasilczyk <twasilczyk@pidgin.im>
@@ -420,7 +420,7 @@
purple_request_cpar_set_icon(cpar, PURPLE_REQUEST_ICON_DIALOG);
handle = purple_request_fields(plugin,
- _("Image Upload"), NULL, NULL, fields,
+ _("Image Uploader"), NULL, NULL, fields,
_("OK"), (GCallback)imgup_prefs_ok,
_("Cancel"), NULL,
cpar, NULL);
@@ -451,7 +451,7 @@
NULL,
PURPLE_PRIORITY_DEFAULT,
"gtk-imgupload",
- N_("Image Upload"),
+ N_("Image Uploader"),
DISPLAY_VERSION,
N_("Inline images implementation for protocols without such feature."),
N_("Adds inline images support for protocols lacking this feature by "