summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-07-09 15:54:23 +0200
committerJiří Klimeš <jklimes@redhat.com>2012-07-09 16:21:11 +0200
commitd73f11aefaca6ef696fac2114771525f838e0688 (patch)
tree1d8c1ea6997af6340b6a47c429ac6445f68c8f1e /src
parent18b0ba499cd2b4485c40f39c654a33a8c1059b56 (diff)
downloadNetworkManager-d73f11aefaca6ef696fac2114771525f838e0688.tar.gz
core: mark cmd options for translation
Diffstat (limited to 'src')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index e8ff2e4c92..f784880c17 100644
--- a/src/main.c
+++ b/src/main.c
@@ -390,9 +390,9 @@ main (int argc, char *argv[])
" AGENTS,SETTINGS,SUSPEND,CORE,DEVICE,OLPC,WIMAX,\n"
" INFINIBAND,FIREWALL,ADSL]"),
"HW,RFKILL,WIFI" },
- { "connectivity-uri", 0, 0, G_OPTION_ARG_STRING, &connectivity_uri, "A http(s) address to check internet connectivity" },
- { "connectivity-interval", 0, 0, G_OPTION_ARG_INT, &connectivity_interval, "the interval in seconds how often a connectivity check will be done" },
- { "connectivity-response", 0, 0, G_OPTION_ARG_STRING, &connectivity_response, "the expected start of the response" },
+ { "connectivity-uri", 0, 0, G_OPTION_ARG_STRING, &connectivity_uri, _("An http(s) address for checking internet connectivity") },
+ { "connectivity-interval", 0, 0, G_OPTION_ARG_INT, &connectivity_interval, _("The interval between connectivity checks (in seconds)") },
+ { "connectivity-response", 0, 0, G_OPTION_ARG_STRING, &connectivity_response, _("The expected start of the response") },
{NULL}
};