summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gplay.c b/gplay.c
index 09368fc..9390d75 100644
--- a/gplay.c
+++ b/gplay.c
@@ -551,8 +551,8 @@ int main(int argc, char **argv)
gchar **filenames = NULL;
gboolean new_instance = FALSE;
const GOptionEntry entries[] = {
- { "new", 'n', 0, G_OPTION_ARG_NONE, &new_instance, NULL },
- { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, NULL },
+ { "new", 'n', 0, G_OPTION_ARG_NONE, &new_instance, _("Open in a new instance"), NULL },
+ { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, _("URI of media to play"), NULL },
{ NULL }
};
GError *error = NULL;