ekiga r7067 - in trunk: . lib/engine/addressbook/call-history lib/engine/addressbook/ldap src/gui



Author: jschamp
Date: Tue Sep 23 16:13:11 2008
New Revision: 7067
URL: http://svn.gnome.org/viewvc/ekiga?rev=7067&view=rev

Log:
Fix #551885 (string typo), general string fixes, accel fixes

Modified:
   trunk/ChangeLog
   trunk/lib/engine/addressbook/call-history/history-book.cpp
   trunk/lib/engine/addressbook/ldap/ldap-book.cpp
   trunk/src/gui/assistant.cpp
   trunk/src/gui/main.cpp

Modified: trunk/lib/engine/addressbook/call-history/history-book.cpp
==============================================================================
--- trunk/lib/engine/addressbook/call-history/history-book.cpp	(original)
+++ trunk/lib/engine/addressbook/call-history/history-book.cpp	Tue Sep 23 16:13:11 2008
@@ -146,7 +146,7 @@
 History::Book::populate_menu (Ekiga::MenuBuilder &builder)
 {
   builder.add_action ("clear",
-		      "Clear", sigc::mem_fun (this,
+		      "Clear history", sigc::mem_fun (this,
 					      &History::Book::clear));
   return true;
 }

Modified: trunk/lib/engine/addressbook/ldap/ldap-book.cpp
==============================================================================
--- trunk/lib/engine/addressbook/ldap/ldap-book.cpp	(original)
+++ trunk/lib/engine/addressbook/ldap/ldap-book.cpp	Tue Sep 23 16:13:11 2008
@@ -310,9 +310,9 @@
   builder.add_action ("refresh", _("_Refresh"),
 		      sigc::mem_fun (this, &OPENLDAP::Book::refresh));
   builder.add_separator ();
-  builder.add_action ("remove", _("_Remove"),
+  builder.add_action ("remove", _("_Remove addressbook"),
 		      sigc::mem_fun (this, &OPENLDAP::Book::remove));
-  builder.add_action ("properties", _("_Properties"),
+  builder.add_action ("properties", _("Addressbook _properties"),
 		      sigc::mem_fun (this, &OPENLDAP::Book::edit));
 
   return true;

Modified: trunk/src/gui/assistant.cpp
==============================================================================
--- trunk/src/gui/assistant.cpp	(original)
+++ trunk/src/gui/assistant.cpp	Tue Sep 23 16:13:11 2008
@@ -636,7 +636,7 @@
   label = gtk_label_new (NULL);
   text = g_strdup_printf ("<i>%s</i>",
                           _("You can make calls to regular phones and cell numbers worldwide using Ekiga.\n\n"
-                            "To enable this, you need to do three things:\n"
+                            "To enable this, you need to do two things:\n"
                             "- First buy an account at the URL below.\n"
                             "- Then enter your account ID and PIN code.\n"
                             "The service will work only if your account is created using the URL in this dialog.\n"));

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Tue Sep 23 16:13:11 2008
@@ -1414,7 +1414,7 @@
       break;
 
     case Ekiga::AO_ERROR_WRITE:
-      dialog_msg = g_strconcat (tmp_msg, "\n\n", _("The selected audio device was successfully opened but it is impossible to write data from this device. In case it is a pluggable device it may be sufficient to reconnect it. If not, or if it still is not accessible, please check your audio setup."), NULL);
+      dialog_msg = g_strconcat (tmp_msg, "\n\n", _("The selected audio device was successfully opened but it is impossible to write data to this device. In case it is a pluggable device it may be sufficient to reconnect it. If not, or if it still is not accessible, please check your audio setup."), NULL);
       break;
 
     case Ekiga::AO_ERROR_NONE:
@@ -1762,7 +1762,7 @@
 
       GTK_MENU_SEPARATOR,
 
-      GTK_MENU_ENTRY("contact", _("_Contact"),
+      GTK_MENU_ENTRY("contact", _("Co_ntact"),
 		     _("Act on selected contact"),
 		     GTK_STOCK_EXECUTE, 0,
 		     NULL, NULL, FALSE),



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