empathy r1054 - in trunk: data libempathy-gtk



Author: baptistem
Date: Sat Apr 26 21:55:11 2008
New Revision: 1054
URL: http://svn.gnome.org/viewvc/empathy?rev=1054&view=rev

Log:
Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias).

Modified:
   trunk/data/empathy.schemas.in
   trunk/libempathy-gtk/empathy-account-widget-jabber.glade
   trunk/libempathy-gtk/empathy-contact-list-view.c

Modified: trunk/data/empathy.schemas.in
==============================================================================
--- trunk/data/empathy.schemas.in	(original)
+++ trunk/data/empathy.schemas.in	Sat Apr 26 21:55:11 2008
@@ -300,7 +300,7 @@
       <locale name="C">
         <short>Checks if Empathy should auto-connect on startup</short>
 	<long>
-	Whether or not Empathy should automatically login to your accounts on startup.
+	Whether or not Empathy should automatically log in to your accounts on startup.
         </long>
       </locale>
     </schema>

Modified: trunk/libempathy-gtk/empathy-account-widget-jabber.glade
==============================================================================
--- trunk/libempathy-gtk/empathy-account-widget-jabber.glade	(original)
+++ trunk/libempathy-gtk/empathy-account-widget-jabber.glade	Sat Apr 26 21:55:11 2008
@@ -300,7 +300,7 @@
                     <child>
                       <widget class="GtkLabel" id="label2">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Override  server settings&lt;/b&gt;</property>
+                        <property name="label" translatable="yes">&lt;b&gt;Override server settings&lt;/b&gt;</property>
                         <property name="use_markup">True</property>
                       </widget>
                       <packing>

Modified: trunk/libempathy-gtk/empathy-contact-list-view.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-list-view.c	(original)
+++ trunk/libempathy-gtk/empathy-contact-list-view.c	Sat Apr 26 21:55:11 2008
@@ -1159,7 +1159,7 @@
 		gchar     *text;
 		GtkWindow *parent;
 
-		text = g_strdup_printf (_("Do you really want to remove the group '%s' ?"), group);
+		text = g_strdup_printf (_("Do you really want to remove the group '%s'?"), group);
 		parent = empathy_get_toplevel_window (GTK_WIDGET (view));
 		if (contact_list_view_remove_dialog_show (parent, _("Removing group"), text)) {
 			EmpathyContactList *list;
@@ -1238,7 +1238,7 @@
 		GtkWindow *parent;
 
 		parent = empathy_get_toplevel_window (GTK_WIDGET (view));
-		text = g_strdup_printf (_("Do you really want to remove the contact '%s' ?"),
+		text = g_strdup_printf (_("Do you really want to remove the contact '%s'?"),
 					empathy_contact_get_name (contact));						
 		if (contact_list_view_remove_dialog_show (parent, _("Removing contact"), text)) {
 			EmpathyContactList *list;



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