[libgovirt] i18n
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgovirt] i18n
- Date: Mon, 9 Dec 2013 17:44:20 +0000 (UTC)
commit cc05701f159a44f6bd262186ff2c10d9b716bf34
Author: Christophe Fergeau <cfergeau redhat com>
Date: Mon Sep 16 14:41:16 2013 +0200
i18n
govirt/ovirt-options.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/govirt/ovirt-options.c b/govirt/ovirt-options.c
index 2a9f8f0..5a09a9f 100644
--- a/govirt/ovirt-options.c
+++ b/govirt/ovirt-options.c
@@ -44,14 +44,14 @@ GOptionGroup* ovirt_get_option_group(void)
{
const GOptionEntry entries[] = {
{ "ovirt-ca-file", '\0', 0, G_OPTION_ARG_FILENAME, &ca_file,
- "Root CA certificate file for secure SSL connections", "<file>" },
+ N_("Root CA certificate file for secure SSL connections"), N_("<file>") },
{ "ovirt-version", '\0', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_version,
- "Display libgovirt version information", NULL },
+ N_("Display libgovirt version information"), NULL },
{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
GOptionGroup *grp;
- grp = g_option_group_new("ovirt", "oVirt Options:", "Show oVirt Options", NULL, NULL);
+ grp = g_option_group_new("ovirt", _("oVirt Options:"), _("Show oVirt Options"), NULL, NULL);
g_option_group_add_entries(grp, entries);
return grp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]