network-manager-applet r915 - in trunk: . src src/connection-editor



Author: dcbw
Date: Mon Sep 29 22:26:55 2008
New Revision: 915
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=915&view=rev

Log:
2008-09-29  Dan Williams  <dcbw redhat com>

	* src/applet-dialogs.c
	  src/connection-editor/ce-page-wireless.glade
	  src/connection-editor/nm-connection-editor.c
		- Correct translatables (bgo #554193)



Modified:
   trunk/ChangeLog
   trunk/src/applet-dialogs.c
   trunk/src/connection-editor/ce-page-wireless.glade
   trunk/src/connection-editor/nm-connection-editor.c

Modified: trunk/src/applet-dialogs.c
==============================================================================
--- trunk/src/applet-dialogs.c	(original)
+++ trunk/src/applet-dialogs.c	Mon Sep 29 22:26:55 2008
@@ -456,7 +456,7 @@
 
 	if (pages == 0) {
 		/* Shouldn't really happen but ... */
-		info_dialog_show_error (_("No valid active connecitons found!"));
+		info_dialog_show_error (_("No valid active connections found!"));
 		return NULL;
 	}
 

Modified: trunk/src/connection-editor/ce-page-wireless.glade
==============================================================================
--- trunk/src/connection-editor/ce-page-wireless.glade	(original)
+++ trunk/src/connection-editor/ce-page-wireless.glade	Mon Sep 29 22:26:55 2008
@@ -293,7 +293,7 @@
           <widget class="GtkComboBox" id="wireless_mode">
             <property name="visible">True</property>
             <property name="items" translatable="yes">Infrastructure
-Adhoc</property>
+Ad-hoc</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>

Modified: trunk/src/connection-editor/nm-connection-editor.c
==============================================================================
--- trunk/src/connection-editor/nm-connection-editor.c	(original)
+++ trunk/src/connection-editor/nm-connection-editor.c	Mon Sep 29 22:26:55 2008
@@ -94,7 +94,7 @@
 		gtk_window_set_title (GTK_WINDOW (editor->dialog), title);
 		g_free (title);
 	} else
-		gtk_window_set_title (GTK_WINDOW (editor->dialog), _("Editing unamed connection"));
+		gtk_window_set_title (GTK_WINDOW (editor->dialog), _("Editing un-named connection"));
 }
 
 static gboolean



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