[frogr] Changed mnemonic for proxy 'Username' field in settings dialog



commit 38ba4fa01e17caf3dfb7787fd41efa69d61c61a4
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Tue Jan 18 00:35:36 2011 +0100

    Changed mnemonic for proxy 'Username' field in settings dialog

 po/en_GB.po                 |    4 ++--
 po/es.po                    |    4 ++--
 po/fr.po                    |    4 ++--
 src/frogr-settings-dialog.c |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/po/en_GB.po b/po/en_GB.po
index 174fb3d..2b13ad5 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: frogr 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-17 23:38+0100\n"
+"POT-Creation-Date: 2011-01-18 00:34+0100\n"
 "PO-Revision-Date: 2010-12-24 17:07+0000\n"
 "Last-Translator: Philip Withnall <philip tecnocode co uk>\n"
 "Language-Team: British English <en li org>\n"
@@ -540,7 +540,7 @@ msgstr ""
 
 #. Proxy username
 #: ../src/frogr-settings-dialog.c:359
-msgid "_Username:"
+msgid "U_sername:"
 msgstr ""
 
 #. Proxy password
diff --git a/po/es.po b/po/es.po
index 102e31b..779ec97 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: frogr 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-17 23:38+0100\n"
+"POT-Creation-Date: 2011-01-18 00:34+0100\n"
 "PO-Revision-Date: 2009-08-26 14:27+0200\n"
 "Last-Translator: Mario Sanchez Prada <msanchez igalia com>\n"
 "Language-Team: English\n"
@@ -522,7 +522,7 @@ msgstr ""
 
 #. Proxy username
 #: ../src/frogr-settings-dialog.c:359
-msgid "_Username:"
+msgid "U_sername:"
 msgstr ""
 
 #. Proxy password
diff --git a/po/fr.po b/po/fr.po
index 1fdca9d..0e71a46 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: frogr 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-17 23:38+0100\n"
+"POT-Creation-Date: 2011-01-18 00:34+0100\n"
 "PO-Revision-Date: 2011-01-04 14:54+0100\n"
 "Last-Translator: Alexandre Franke <alexandre franke gmail com>\n"
 "Language-Team: French <fr li org>\n"
@@ -536,7 +536,7 @@ msgstr ""
 
 #. Proxy username
 #: ../src/frogr-settings-dialog.c:359
-msgid "_Username:"
+msgid "U_sername:"
 msgstr ""
 
 #. Proxy password
diff --git a/src/frogr-settings-dialog.c b/src/frogr-settings-dialog.c
index 7ee325b..fb3978d 100644
--- a/src/frogr-settings-dialog.c
+++ b/src/frogr-settings-dialog.c
@@ -356,7 +356,7 @@ _add_connection_page (FrogrSettingsDialog *self, GtkNotebook *notebook)
 
   /* Proxy username */
 
-  label = gtk_label_new_with_mnemonic (_("_Username:"));
+  label = gtk_label_new_with_mnemonic (_("U_sername:"));
   align = gtk_alignment_new (0, 0, 0, 0);
   gtk_container_add (GTK_CONTAINER (align), label);
   gtk_table_attach (GTK_TABLE (table), align, 0, 1, 2, 3,



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