diff options
author | Andre Klapper <a9016009@gmx.de> | 2010-12-04 23:10:06 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2010-12-04 23:11:30 +0800 |
commit | b2209c2abdea90944f3d47230ad82e4e62af00d6 (patch) | |
tree | 57bd08224a6f2b01cba3d09cf89d1372487758fa /shell | |
parent | dfc12dd9ab60954cd52cb680b5bbb56b8c204d9d (diff) | |
download | gsoc2013-evolution-b2209c2abdea90944f3d47230ad82e4e62af00d6.tar.gz gsoc2013-evolution-b2209c2abdea90944f3d47230ad82e4e62af00d6.tar.zst gsoc2013-evolution-b2209c2abdea90944f3d47230ad82e4e62af00d6.zip |
Clarify command line parameter string
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
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, |