[network-manager-openconnect/NM_0_8] Mark two strings for translation (cherry picked from commit 02a75b1ce0ba38d9b447ce09dea61354cfdce9a0
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect/NM_0_8] Mark two strings for translation (cherry picked from commit 02a75b1ce0ba38d9b447ce09dea61354cfdce9a0
- Date: Wed, 20 Jun 2012 15:38:05 +0000 (UTC)
commit 3edb0650818880385db2a24a530a5a7747e8d36c
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sun Jun 10 19:09:37 2012 +0200
Mark two strings for translation
(cherry picked from commit 02a75b1ce0ba38d9b447ce09dea61354cfdce9a0)
auth-dialog/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 9c4af3a..00880d1 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -667,9 +667,9 @@ static int nm_process_auth_form (void *cbdata, struct oc_auth_form *form)
static char* get_title(const char *vpn_name)
{
if (vpn_name)
- return g_strdup_printf("Connect to VPN '%s'", vpn_name);
+ return g_strdup_printf(_("Connect to VPN '%s'"), vpn_name);
else
- return g_strdup("Connect to VPN");
+ return g_strdup(_("Connect to VPN"));
}
typedef struct cert_data {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]