pidgin: 16a4e6f9: I can't see why dots should be usefull h...

bjoern at cs.tu-berlin.de bjoern at cs.tu-berlin.de
Wed Sep 16 05:50:36 EDT 2009


-----------------------------------------------------------------
Revision: 16a4e6f95f8fba88960e80e6b7f4dd6db8883792
Ancestor: 72659e798d89596af85d17bc9b4791a16abd9d1d
Author: bjoern at cs.tu-berlin.de
Date: 2009-09-16T09:41:52
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/16a4e6f95f8fba88960e80e6b7f4dd6db8883792

Modified files:
        libpurple/media.c

ChangeLog: 

I can't see why dots should be usefull here:
- "Conference error."
- "Error with your microphone."
- "Error with your microphone"

-------------- next part --------------
============================================================
--- libpurple/media.c	2442fb00304d8b1f26cfe617755ab655ce16e5d6
+++ libpurple/media.c	46e5a3d5938b728aedcc8c360f345a4ac2b27b64
@@ -2153,7 +2153,7 @@ media_bus_call(GstBus *bus, GstMessage *
 			GstElement *lastElement = NULL;
 			while (!GST_IS_PIPELINE(element)) {
 				if (element == media->priv->confbin) {
-					purple_media_error(media, _("Conference error."));
+					purple_media_error(media, _("Conference error"));
 					purple_media_end(media, NULL, NULL);
 					break;
 				}
@@ -2167,9 +2167,9 @@ media_bus_call(GstBus *bus, GstMessage *
 
 					if (session->src == lastElement) {
 						if (session->type & PURPLE_MEDIA_AUDIO)
-							purple_media_error(media, _("Error with your microphone."));
+							purple_media_error(media, _("Error with your microphone"));
 						else
-							purple_media_error(media, _("Error with your webcam."));
+							purple_media_error(media, _("Error with your webcam"));
 						purple_media_end(media, NULL, NULL);
 						break;
 					}


More information about the Commits mailing list