From 15ac6ceed3bdd975f2e8402f5794bd2c49f5a18e Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 4 Dec 2010 16:10:06 +0100 Subject: Clarify command line parameter string --- shell/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index 7f2bd0673b..b80283b6db 100644 --- a/shell/main.c +++ b/shell/main.c @@ -335,7 +335,8 @@ static GOptionEntry entries[] = { NULL, NULL }, #endif /* G_OS_WIN32 */ { "component", 'c', 0, G_OPTION_ARG_STRING, &requested_view, - N_("Start Evolution activating the specified component"), NULL }, + /* Translators: Do NOT translate the five component names, they MUST remain in English! */ + N_("Start Evolution showing the specified component. Available options are 'mail', 'calendar', 'contacts', 'tasks', and 'memos'"), NULL }, { "geometry", 'g', 0, G_OPTION_ARG_STRING, &geometry, N_("Apply the given geometry to the main window"), "GEOMETRY" }, { "offline", '\0', 0, G_OPTION_ARG_NONE, &start_offline, -- cgit v1.2.3