diff options
author | jstebbins <[email protected]> | 2008-09-26 14:33:42 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-26 14:33:42 +0000 |
commit | 632fc74006ebe5eeaceb87b00d14409d0c6047ea (patch) | |
tree | 49d55c928ba876baf4e62835cbf2f7cdda4db196 /gtk/src/ghb.ui | |
parent | 6a2cf3083eb45f82ffa2b6d7b7ea16e8775e732f (diff) |
LinGui: Ditto
Update labels for the mp4 options in both the main window and the queue readout.
- "64 Bit MP4" -> "Large file size"
- "HTTP Optimized MP4" -> "Web optimized"
- "Insert iPod Atom" -> "iPod 5G support"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1769 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 3353255ef..83ecd6137 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -817,7 +817,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label" translatable="yes">IPod File</property> + <property name="label" translatable="yes">iPod 5G Support</property> <property name="draw_indicator">True</property> <signal handler="setting_widget_changed_cb" name="toggled"/> </object> @@ -833,7 +833,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label" translatable="yes">HTTP Optimized MP4</property> + <property name="label" translatable="yes">Web optimized</property> <property name="draw_indicator">True</property> <signal handler="http_opt_changed_cb" name="toggled"/> </object> @@ -848,7 +848,7 @@ <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="tooltip-text" translatable="yes">Caution: This option will likely break device compatiblity with all but the AppleTV Take 2. Checking this box enables a 64 bit mp4 file which can be over 4 GB.</property> - <property name="label" translatable="yes">Large MP4 Files (>4GB)</property> + <property name="label" translatable="yes">Large file size (>4GB)</property> <property name="draw_indicator">True</property> <signal handler="setting_widget_changed_cb" name="toggled"/> </object> |