[gnome-control-center/wifi-refinements: 9/20] network: Add a period to the disconnect warning



commit db47c6a7be5b3aa380d253e792f9e1d925a9cdbe
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 8 17:30:37 2012 -0400

    network: Add a period to the disconnect warning

 panels/network/net-device-wifi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/net-device-wifi.c b/panels/network/net-device-wifi.c
index bc3b3c2..4d6b559 100644
--- a/panels/network/net-device-wifi.c
+++ b/panels/network/net-device-wifi.c
@@ -948,7 +948,7 @@ forget_button_clicked_cb (GtkButton *button, NetDeviceWifi *device_wifi)
         CcNetworkPanel *panel;
 
         ssid_pretty = g_strdup_printf ("<b>%s</b>", device_wifi->priv->selected_ssid_title);
-        warning = g_strdup_printf (_("Network details for %s including password and any custom configuration will be lost"), ssid_pretty);
+        warning = g_strdup_printf (_("Network details for %s including password and any custom configuration will be lost."), ssid_pretty);
         panel = net_object_get_panel (NET_OBJECT (device_wifi));
         window = gtk_widget_get_toplevel (GTK_WIDGET (panel));
         dialog = gtk_message_dialog_new (GTK_WINDOW (window),



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