diff options
author | jstebbins <[email protected]> | 2011-11-14 04:22:37 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-11-14 04:22:37 +0000 |
commit | f57f02b2ff71cbdd6ef0b9712343133c2c939946 (patch) | |
tree | 5e7c21d68498ba0fc28e7a147125e09dd923071e /gtk/src/main.c | |
parent | 30562e8ba9d98475c8bb0b570f41da1db8c09edb (diff) |
LinGui: replace references to "Rip" with encode or transcode
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4349 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 2 |
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) |