summaryrefslogtreecommitdiffstats
path: root/gtk/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r--gtk/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 21f51e0d0..86aa4515b 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -774,7 +774,7 @@ main (int argc, char *argv[])
if (!g_thread_supported())
g_thread_init(NULL);
- context = g_option_context_new ("- Rip and encode DVD or MPEG file");
+ context = g_option_context_new ("- Transcode media formats");
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_add_group (context, gtk_get_option_group (TRUE));
#if defined(_ENABLE_GST)