[nautilus-sendto] Remove untranslatable string from help output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sendto] Remove untranslatable string from help output
- Date: Mon, 15 Mar 2010 11:55:30 +0000 (UTC)
commit a24437211fe39f7b3fab3db22bb4c862450874d0
Author: Bastien Nocera <hadess hadess net>
Date: Mon Mar 15 11:54:36 2010 +0000
Remove untranslatable string from help output
"Nautilus Sendto" isn't a word, and you don't know whether to
translate it or not. So let's not and disable it completely.
https://bugzilla.gnome.org/show_bug.cgi?id=612882
src/nautilus-sendto-command.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-sendto-command.c b/src/nautilus-sendto-command.c
index b58af45..094fe62 100644
--- a/src/nautilus-sendto-command.c
+++ b/src/nautilus-sendto-command.c
@@ -796,7 +796,7 @@ int main (int argc, char **argv)
textdomain (GETTEXT_PACKAGE);
g_thread_init (NULL);
- context = g_option_context_new (_("Nautilus Sendto"));
+ context = g_option_context_new ("nautilus-sendto");
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_add_group (context, gtk_get_option_group (TRUE));
if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]