ekiga r6143 - in trunk: . src/gui



Author: dsandras
Date: Mon Apr  7 21:51:03 2008
New Revision: 6143
URL: http://svn.gnome.org/viewvc/ekiga?rev=6143&view=rev

Log:
Fixed #521248 by renaming fields.


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

Modified: trunk/src/gui/tools.cpp
==============================================================================
--- trunk/src/gui/tools.cpp	(original)
+++ trunk/src/gui/tools.cpp	Mon Apr  7 21:51:03 2008
@@ -317,7 +317,7 @@
 
 
   /* Introduction label */
-  label = gtk_label_new (_("You can make calls to regular phones and cell numbers worldwide using Ekiga. To enable this, you need to do three things. First create an account at the URL below. Then enter your account number and password. Finally, activate the registration below.\n\nThe service will work only if your account is created using the URL in this dialog."));
+  label = gtk_label_new (_("You can make calls to regular phones and cell numbers worldwide using Ekiga. To enable this, you need to do three things. First create an account at the URL below. Then enter your account ID and PIN code. Finally, activate the registration below.\n\nThe service will work only if your account is created using the URL in this dialog."));
   gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
   gtk_box_pack_start (GTK_BOX (GTK_DIALOG (window)->vbox), label,
 		      FALSE, FALSE, 20);
@@ -328,7 +328,7 @@
     gnome_prefs_subsection_new (window, vbox,
 				_("PC-To-Phone Settings"), 3, 2);
   
-  label = gtk_label_new_with_mnemonic (_("Account _number:"));
+  label = gtk_label_new_with_mnemonic (_("Account _ID:"));
   gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
   gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
   gtk_table_attach (GTK_TABLE (subsection), label, 0, 1, 0, 1,
@@ -345,7 +345,7 @@
 		    (GtkAttachOptions) (GTK_FILL),
 		    0, 0);
   
-  label = gtk_label_new_with_mnemonic (_("_Password:"));
+  label = gtk_label_new_with_mnemonic (_("_PIN code:"));
   gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
   gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
   gtk_table_attach (GTK_TABLE (subsection), label, 0, 1, 1, 2,



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