ekiga r6766 - in trunk: . src/gui



Author: dsandras
Date: Sun Aug 31 18:41:25 2008
New Revision: 6766
URL: http://svn.gnome.org/viewvc/ekiga?rev=6766&view=rev

Log:
Fixed typo.


Modified:
   trunk/ChangeLog
   trunk/src/gui/assistant.cpp

Modified: trunk/src/gui/assistant.cpp
==============================================================================
--- trunk/src/gui/assistant.cpp	(original)
+++ trunk/src/gui/assistant.cpp	Sun Aug 31 18:41:25 2008
@@ -537,7 +537,7 @@
   button = gtk_button_new ();
   label = gtk_label_new (NULL);
   text = g_strdup_printf ("<span foreground=\"blue\"><u>%s</u></span>",
-                          _("Get an ekiga.net SIP account"));
+                          _("Get an Ekiga.net SIP account"));
   gtk_label_set_markup (GTK_LABEL (label), text);
   g_free (text);
   gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);



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