[libgovirt] Revert "i18n"
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgovirt] Revert "i18n"
- Date: Mon, 9 Dec 2013 17:44:25 +0000 (UTC)
commit c58b75111271dfa3acf0ed7917b71e40a336f809
Author: Christophe Fergeau <cfergeau redhat com>
Date: Mon Sep 16 14:41:31 2013 +0200
Revert "i18n"
This reverts commit 9a0203b75318ecc0fc3c693ac68f08f94bc2a960.
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 5a09a9f..2a9f8f0 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,
- N_("Root CA certificate file for secure SSL connections"), N_("<file>") },
+ "Root CA certificate file for secure SSL connections", "<file>" },
{ "ovirt-version", '\0', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_version,
- N_("Display libgovirt version information"), NULL },
+ "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]