[gnome-control-center/wifi-refinements: 9/20] network: Add a period to the disconnect warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wifi-refinements: 9/20] network: Add a period to the disconnect warning
- Date: Sun, 9 Sep 2012 01:10:07 +0000 (UTC)
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]