empathy r2743 - trunk/src



Author: fpeters
Date: Tue Mar 24 15:44:45 2009
New Revision: 2743
URL: http://svn.gnome.org/viewvc/empathy?rev=2743&view=rev

Log:
Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)
(bug 574192)


Modified:
   trunk/src/empathy-call-window.c

Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c	(original)
+++ trunk/src/empathy-call-window.c	Tue Mar 24 15:44:45 2009
@@ -841,7 +841,7 @@
   time = g_timer_elapsed (priv->timer, NULL);
 
   /* Translators: number of minutes:seconds the caller has been connected */
-  str = g_strdup_printf (_("Connected -- %d:%02dm"), (int) time / 60,
+  str = g_strdup_printf (_("Connected â %d:%02dm"), (int) time / 60,
     (int) time % 60);
   empathy_call_window_status_message (self, str);
   g_free (str);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]