summaryrefslogtreecommitdiff
path: root/src/totem-options.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-09 22:01:34 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-09 22:02:32 +0100
commit5588aa7699abb9a8bb51ae1b0bb5dec78b2d037f (patch)
treefd3f185d50099f04cf5e8d76be625bf4d98035b4 /src/totem-options.c
parentd61fd2d66bc4d45d0d8c86848599c8385f06e4a1 (diff)
downloadtotem-5588aa7699abb9a8bb51ae1b0bb5dec78b2d037f.tar.gz
Bug 626422 — Translation comment needed
Add some extra translation comments. Closes: bgo#626422
Diffstat (limited to 'src/totem-options.c')
-rw-r--r--src/totem-options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-options.c b/src/totem-options.c
index 86df80b54..dcdd19d41 100644
--- a/src/totem-options.c
+++ b/src/totem-options.c
@@ -64,6 +64,7 @@ const GOptionEntry all_options[] = {
{"replace", '\0', 0, G_OPTION_ARG_NONE, &optionstate.replace, N_("Replace"), NULL},
{"no-existing-session", '\0', 0, G_OPTION_ARG_NONE, &optionstate.notconnectexistingsession, N_("Don't connect to an already-running instance"), NULL},
{"seek", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_INT64, &optionstate.seek, N_("Seek"), NULL},
+ /* Translators: help for a (hidden) command line option to specify a playlist entry to start playing on load */
{"playlist-idx", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_DOUBLE, &optionstate.playlistidx, N_("Playlist index"), NULL},
{ "version", 0, G_OPTION_FLAG_NO_ARG | G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, option_version_cb, NULL, NULL },
{G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &optionstate.filenames, N_("Movies to play"), NULL},