[gnome-control-center] Trivial: Add a missing space



commit 0e70a56f9e713b266f5f523cf03e5e44959f4423
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Aug 7 23:44:22 2012 -0400

    Trivial: Add a missing space

 panels/network/net-device-wifi.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/net-device-wifi.c b/panels/network/net-device-wifi.c
index ddc4db3..da73ef1 100644
--- a/panels/network/net-device-wifi.c
+++ b/panels/network/net-device-wifi.c
@@ -1434,8 +1434,10 @@ start_hotspot (GtkButton *button, NetDeviceWifi *device_wifi)
         str = g_string_new (_("If you have a connection to the Internet other than wireless, you can use it to share your internet connection with others."));
         g_string_append (str, "\n\n");
 
-        if (active_ssid)
+        if (active_ssid) {
                 g_string_append_printf (str, _("Switching on the wireless hotspot will disconnect you from <b>%s</b>."), active_ssid);
+                g_string_append (str, " ");
+        }
 
         g_string_append (str, _("It is not possible to access the internet through your wireless while the hotspot is active."));
 



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