[network-manager-openconnect] Fix D-Bus spelling in a translatable string
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect] Fix D-Bus spelling in a translatable string
- Date: Fri, 23 Oct 2015 18:29:43 +0000 (UTC)
commit c64aedca3bfbf291edf2884a0ab27e666bed0266
Author: Piotr Drąg <piotrdrag gmail com>
Date: Fri Oct 23 20:29:15 2015 +0200
Fix D-Bus spelling in a translatable string
src/nm-openconnect-service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nm-openconnect-service.c b/src/nm-openconnect-service.c
index 83222c2..cc7c6e9 100644
--- a/src/nm-openconnect-service.c
+++ b/src/nm-openconnect-service.c
@@ -646,7 +646,7 @@ int main (int argc, char *argv[])
GOptionEntry options[] = {
{ "persist", 0, 0, G_OPTION_ARG_NONE, &persist, N_("Don't quit when VPN connection
terminates"), NULL },
{ "debug", 0, 0, G_OPTION_ARG_NONE, &debug, N_("Enable verbose debug logging (may expose
passwords)"), NULL },
- { "bus-name", 0, 0, G_OPTION_ARG_STRING, &bus_name, N_("DBus name to use for this instance"),
NULL },
+ { "bus-name", 0, 0, G_OPTION_ARG_STRING, &bus_name, N_("D-Bus name to use for this
instance"), NULL },
{NULL}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]