summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-12-16 16:27:41 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2016-12-16 16:27:41 +0100
commita299560f6f79c7bf8167b52b9519b63c32f0b8bb (patch)
treeee7b158424b9583d8f31539db173b99c3375a23f
parente45340083d0e72a76da93ae52832dd45dfd2284b (diff)
downloadnetwork-manager-applet-a299560f6f79c7bf8167b52b9519b63c32f0b8bb.tar.gz
Fix capitalization in one more recently added translatable string
-rw-r--r--src/connection-editor/page-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/page-proxy.c b/src/connection-editor/page-proxy.c
index 45436e28..6d82cb31 100644
--- a/src/connection-editor/page-proxy.c
+++ b/src/connection-editor/page-proxy.c
@@ -216,7 +216,7 @@ ce_page_proxy_new (NMConnectionEditor *editor,
"ProxyPage",
_("Proxy")));
if (!self) {
- g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load Proxy user interface."));
+ g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("Could not load proxy user interface."));
return NULL;
}