[gnome-control-center] network: Remove spaces before question marks
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] network: Remove spaces before question marks
- Date: Mon, 6 Jun 2011 14:24:12 +0000 (UTC)
commit a61cbccf46d3ce96b9c89e603f701c8e55293cd4
Author: Piotr DrÄ?g <piotrdrag gmail com>
Date: Mon Jun 6 16:24:07 2011 +0200
network: Remove spaces before question marks
panels/network/cc-network-panel.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index d1363bb..4b0c434 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -2868,7 +2868,7 @@ start_hotspot (GtkButton *button, CcNetworkPanel *panel)
if (connections == NULL || connections->len == 0) {
warning = g_strdup_printf ("%s\n\n%s",
_("Not connected to the internet."),
- _("Create the hotspot anyway ?"));
+ _("Create the hotspot anyway?"));
} else {
is_default = FALSE;
active_ssid = NULL;
@@ -2886,7 +2886,7 @@ start_hotspot (GtkButton *button, CcNetworkPanel *panel)
if (active_ssid != NULL) {
GString *str;
str = g_string_new ("");
- g_string_append_printf (str, _("Disconnect from %s and create a new hotspot ?"), active_ssid);
+ g_string_append_printf (str, _("Disconnect from %s and create a new hotspot?"), active_ssid);
if (is_default) {
g_string_append (str, "\n\n");
g_string_append (str, _("This is your only connection to the internet."));
@@ -2967,7 +2967,7 @@ stop_hotspot (GtkButton *button, CcNetworkPanel *panel)
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_OTHER,
GTK_BUTTONS_NONE,
- _("Stop hotspot and disconnect any users ?"));
+ _("Stop hotspot and disconnect any users?"));
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
_("_Stop Hotspot"), GTK_RESPONSE_OK,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]