[phonemgr] Make help string translatable
- From: Daniele Forsi <dforsi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [phonemgr] Make help string translatable
- Date: Sun, 22 Apr 2012 08:49:07 +0000 (UTC)
commit 76399a73450a88a755c654238dd8267de7226152
Author: Daniele Forsi <dforsi src gnome org>
Date: Sun Apr 22 10:47:29 2012 +0200
Make help string translatable
po/POTFILES.in | 1 +
telepathy/main.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d4d128f..b845b07 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -9,5 +9,6 @@ src/icon.c
src/main.c
src/menu.c
src/ui.c
+telepathy/main.c
[type: gettext/glade] data/phonemgr.ui
data/gnome-phone-manager.schemas.in
diff --git a/telepathy/main.c b/telepathy/main.c
index 2ad413b..12bd808 100644
--- a/telepathy/main.c
+++ b/telepathy/main.c
@@ -41,7 +41,7 @@
static gboolean g_fatal_warnings = FALSE;
static const GOptionEntry entries[] = {
- {"g-fatal-warnings", 0, 0, G_OPTION_ARG_NONE, &g_fatal_warnings, "Make all warnings fatal", NULL},
+ {"g-fatal-warnings", 0, 0, G_OPTION_ARG_NONE, &g_fatal_warnings, N_("Make all warnings fatal"), NULL},
{NULL}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]