]> granicus.if.org Git - handbrake/commitdiff
LinGui: button and menu uix improvements
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 8 Oct 2015 17:50:56 +0000 (10:50 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 9 Oct 2015 16:47:45 +0000 (09:47 -0700)
Make toolbar button order follow work flow better.
Improve text of buttons and menues.

gtk/src/callbacks.c
gtk/src/ghb-3.12.ui
gtk/src/ghb-3.14.ui
gtk/src/ghb.ui
gtk/src/queuehandler.c

index f57fcb32aef2e4e0403547e286957a0303ef0099..6acee07ab46482e817ef374721437ecbe47f4212 100644 (file)
@@ -1244,7 +1244,7 @@ start_scan(
 
     widget = GHB_WIDGET(ud->builder, "sourcetoolbutton");
     gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(widget), "hb-stop");
-    gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Stop Scan"));
+    gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Stop\nScan"));
     gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), _("Stop Scan"));
 
     widget = GHB_WIDGET(ud->builder, "source_open");
@@ -3293,7 +3293,7 @@ ghb_backend_events(signal_user_data_t *ud)
 
         widget = GHB_WIDGET(ud->builder, "sourcetoolbutton");
         gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(widget), "hb-source");
-        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Source"));
+        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Open\nSource"));
         gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), _("Choose Video Source"));
 
         widget = GHB_WIDGET(ud->builder, "source_open");
index 32af82ce22d780bdec833fb872efc083c74f6de2..cf65d0346e723d107d44583f531840c36d14bd38 100644 (file)
@@ -551,7 +551,7 @@ libx264 authors:
         <signal name="activate" handler="show_hide_toggle_cb" swapped="no"/>
       </object>
       <object class="GtkMenuItem" id="tray_queue_pause">
-        <property name="label" translatable="yes">_Pause Queue</property>
+        <property name="label" translatable="yes">_Pause Encoding</property>
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="use_underline">True</property>
@@ -607,7 +607,7 @@ libx264 authors:
                     <property name="can_focus">False</property>
                     <child>
                       <object class="GtkMenuItem" id="source_open">
-                        <property name="label" translatable="yes">_Source</property>
+                        <property name="label" translatable="yes">Open _Source</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -616,7 +616,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="source_title_open">
-                        <property name="label" translatable="yes">Single _Title</property>
+                        <property name="label" translatable="yes">Open Single _Title</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -625,7 +625,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="destination_menu_item">
-                        <property name="label" translatable="yes">_Destination</property>
+                        <property name="label" translatable="yes">Set _Destination</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -696,7 +696,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="queue_start_menu">
-                        <property name="label" translatable="yes">_Start</property>
+                        <property name="label" translatable="yes">_Start Encoding</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -705,7 +705,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="queue_pause_menu">
-                        <property name="label" translatable="yes">_Pause</property>
+                        <property name="label" translatable="yes">_Pause Encoding</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -918,7 +918,8 @@ libx264 authors:
                         <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">Choose Video Source</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Source</property>
+                        <property name="label" translatable="yes">Open
+Source</property>
                         <property name="icon_name">hb-source</property>
                         <signal name="clicked" handler="source_button_clicked_cb" swapped="no"/>
                       </object>
@@ -927,6 +928,24 @@ libx264 authors:
                         <property name="homogeneous">True</property>
                       </packing>
                     </child>
+                    <child>
+                      <object class="GtkToolButton" id="queue_add">
+                        <property name="visible">True</property>
+                        <property name="sensitive">False</property>
+                        <property name="can_focus">False</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">Add to Queue</property>
+                        <property name="is_important">True</property>
+                        <property name="label" translatable="yes">Add To
+Queue</property>
+                        <property name="icon_name">hb-add-queue</property>
+                        <signal name="clicked" handler="queue_add_clicked_cb" swapped="no"/>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="homogeneous">True</property>
+                      </packing>
+                    </child>
                     <child>
                       <object class="GtkToolButton" id="queue_start1">
                         <property name="visible">True</property>
@@ -935,7 +954,8 @@ libx264 authors:
                         <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">Start Encoding</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Start</property>
+                        <property name="label" translatable="yes">Start
+Encoding</property>
                         <property name="icon_name">hb-start</property>
                         <signal name="clicked" handler="queue_start_clicked_cb" swapped="no"/>
                       </object>
@@ -952,7 +972,8 @@ libx264 authors:
                         <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">Pause Encoding</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Pause</property>
+                        <property name="label" translatable="yes">Pause
+Encoding</property>
                         <property name="icon_name">hb-pause</property>
                         <signal name="clicked" handler="queue_pause_clicked_cb" swapped="no"/>
                       </object>
@@ -962,20 +983,13 @@ libx264 authors:
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkToolButton" id="queue_add">
+                      <object class="GtkSeparatorToolItem" id="main_tool_sep1">
                         <property name="visible">True</property>
-                        <property name="sensitive">False</property>
-                        <property name="can_focus">False</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">Add to Queue</property>
-                        <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Enqueue</property>
-                        <property name="icon_name">hb-add-queue</property>
-                        <signal name="clicked" handler="queue_add_clicked_cb" swapped="no"/>
+                        <property name="draw">False</property>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
-                        <property name="homogeneous">True</property>
+                        <property name="expand">True</property>
+                        <property name="homogeneous">False</property>
                       </packing>
                     </child>
                     <child>
@@ -1000,8 +1014,7 @@ Queue</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</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">Open Picture Settings and Preview window.
-Here you can adjust cropping, resolution, aspect ratio, and filters.</property>
+                        <property name="tooltip_text" translatable="yes">Show Preview Window</property>
                         <property name="is_important">True</property>
                         <property name="label" translatable="yes">Show
 Preview</property>
index de6ca565367f3110cc202e9b919af808158ebf30..7164d39b76348cd56cf8b9f87178870b079d70f4 100644 (file)
@@ -552,7 +552,7 @@ libx264 authors:
         <signal name="activate" handler="show_hide_toggle_cb" swapped="no"/>
       </object>
       <object class="GtkMenuItem" id="tray_queue_pause">
-        <property name="label" translatable="yes">_Pause Queue</property>
+        <property name="label" translatable="yes">_Pause Encoding</property>
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="use_underline">True</property>
@@ -608,7 +608,7 @@ libx264 authors:
                     <property name="can_focus">False</property>
                     <child>
                       <object class="GtkMenuItem" id="source_open">
-                        <property name="label" translatable="yes">_Source</property>
+                        <property name="label" translatable="yes">Open _Source</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -617,7 +617,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="source_title_open">
-                        <property name="label" translatable="yes">Single _Title</property>
+                        <property name="label" translatable="yes">Open Single _Title</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -626,7 +626,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="destination_menu_item">
-                        <property name="label" translatable="yes">_Destination</property>
+                        <property name="label" translatable="yes">Set _Destination</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -697,7 +697,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="queue_start_menu">
-                        <property name="label" translatable="yes">_Start</property>
+                        <property name="label" translatable="yes">_Start Encoding</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -706,7 +706,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="queue_pause_menu">
-                        <property name="label" translatable="yes">_Pause</property>
+                        <property name="label" translatable="yes">_Pause Encoding</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -919,7 +919,8 @@ libx264 authors:
                         <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">Choose Video Source</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Source</property>
+                        <property name="label" translatable="yes">Open
+Source</property>
                         <property name="icon_name">hb-source</property>
                         <signal name="clicked" handler="source_button_clicked_cb" swapped="no"/>
                       </object>
@@ -928,6 +929,24 @@ libx264 authors:
                         <property name="homogeneous">True</property>
                       </packing>
                     </child>
+                    <child>
+                      <object class="GtkToolButton" id="queue_add">
+                        <property name="visible">True</property>
+                        <property name="sensitive">False</property>
+                        <property name="can_focus">False</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">Add to Queue</property>
+                        <property name="is_important">True</property>
+                        <property name="label" translatable="yes">Add To
+Queue</property>
+                        <property name="icon_name">hb-add-queue</property>
+                        <signal name="clicked" handler="queue_add_clicked_cb" swapped="no"/>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="homogeneous">True</property>
+                      </packing>
+                    </child>
                     <child>
                       <object class="GtkToolButton" id="queue_start1">
                         <property name="visible">True</property>
@@ -936,7 +955,8 @@ libx264 authors:
                         <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">Start Encoding</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Start</property>
+                        <property name="label" translatable="yes">Start
+Encoding</property>
                         <property name="icon_name">hb-start</property>
                         <signal name="clicked" handler="queue_start_clicked_cb" swapped="no"/>
                       </object>
@@ -953,7 +973,8 @@ libx264 authors:
                         <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">Pause Encoding</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Pause</property>
+                        <property name="label" translatable="yes">Pause
+Encoding</property>
                         <property name="icon_name">hb-pause</property>
                         <signal name="clicked" handler="queue_pause_clicked_cb" swapped="no"/>
                       </object>
@@ -963,20 +984,13 @@ libx264 authors:
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkToolButton" id="queue_add">
+                      <object class="GtkSeparatorToolItem" id="main_tool_sep1">
                         <property name="visible">True</property>
-                        <property name="sensitive">False</property>
-                        <property name="can_focus">False</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">Add to Queue</property>
-                        <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Enqueue</property>
-                        <property name="icon_name">hb-add-queue</property>
-                        <signal name="clicked" handler="queue_add_clicked_cb" swapped="no"/>
+                        <property name="draw">False</property>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
-                        <property name="homogeneous">True</property>
+                        <property name="expand">True</property>
+                        <property name="homogeneous">False</property>
                       </packing>
                     </child>
                     <child>
@@ -1001,8 +1015,7 @@ Queue</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</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">Open Picture Settings and Preview window.
-Here you can adjust cropping, resolution, aspect ratio, and filters.</property>
+                        <property name="tooltip_text" translatable="yes">Show Preview Window</property>
                         <property name="is_important">True</property>
                         <property name="label" translatable="yes">Show
 Preview</property>
index 4d433a85d2f9c6dbe34623fdce66f24e510d593d..6c3303eb22f895a8d5acc5de5d14f5860b64838e 100644 (file)
@@ -551,7 +551,7 @@ libx264 authors:
         <signal name="activate" handler="show_hide_toggle_cb" swapped="no"/>
       </object>
       <object class="GtkMenuItem" id="tray_queue_pause">
-        <property name="label" translatable="yes">_Pause Queue</property>
+        <property name="label" translatable="yes">_Pause Encoding</property>
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="use_underline">True</property>
@@ -607,7 +607,7 @@ libx264 authors:
                     <property name="can_focus">False</property>
                     <child>
                       <object class="GtkMenuItem" id="source_open">
-                        <property name="label" translatable="yes">_Source</property>
+                        <property name="label" translatable="yes">Open _Source</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -616,7 +616,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="source_title_open">
-                        <property name="label" translatable="yes">Single _Title</property>
+                        <property name="label" translatable="yes">Open Single _Title</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -625,7 +625,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="destination_menu_item">
-                        <property name="label" translatable="yes">_Destination</property>
+                        <property name="label" translatable="yes">Set _Destination</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -696,7 +696,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="queue_start_menu">
-                        <property name="label" translatable="yes">_Start</property>
+                        <property name="label" translatable="yes">_Start Encoding</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -705,7 +705,7 @@ libx264 authors:
                     </child>
                     <child>
                       <object class="GtkMenuItem" id="queue_pause_menu">
-                        <property name="label" translatable="yes">_Pause</property>
+                        <property name="label" translatable="yes">_Pause Encoding</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
@@ -918,7 +918,8 @@ libx264 authors:
                         <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">Choose Video Source</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Source</property>
+                        <property name="label" translatable="yes">Open
+Source</property>
                         <property name="icon_name">hb-source</property>
                         <signal name="clicked" handler="source_button_clicked_cb" swapped="no"/>
                       </object>
@@ -927,6 +928,24 @@ libx264 authors:
                         <property name="homogeneous">True</property>
                       </packing>
                     </child>
+                    <child>
+                      <object class="GtkToolButton" id="queue_add">
+                        <property name="visible">True</property>
+                        <property name="sensitive">False</property>
+                        <property name="can_focus">False</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">Add to Queue</property>
+                        <property name="is_important">True</property>
+                        <property name="label" translatable="yes">Add To
+Queue</property>
+                        <property name="icon_name">hb-add-queue</property>
+                        <signal name="clicked" handler="queue_add_clicked_cb" swapped="no"/>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="homogeneous">True</property>
+                      </packing>
+                    </child>
                     <child>
                       <object class="GtkToolButton" id="queue_start1">
                         <property name="visible">True</property>
@@ -935,7 +954,8 @@ libx264 authors:
                         <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">Start Encoding</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Start</property>
+                        <property name="label" translatable="yes">Start
+Encoding</property>
                         <property name="icon_name">hb-start</property>
                         <signal name="clicked" handler="queue_start_clicked_cb" swapped="no"/>
                       </object>
@@ -952,7 +972,8 @@ libx264 authors:
                         <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">Pause Encoding</property>
                         <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Pause</property>
+                        <property name="label" translatable="yes">Pause
+Encoding</property>
                         <property name="icon_name">hb-pause</property>
                         <signal name="clicked" handler="queue_pause_clicked_cb" swapped="no"/>
                       </object>
@@ -962,20 +983,13 @@ libx264 authors:
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkToolButton" id="queue_add">
+                      <object class="GtkSeparatorToolItem" id="main_tool_sep1">
                         <property name="visible">True</property>
-                        <property name="sensitive">False</property>
-                        <property name="can_focus">False</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">Add to Queue</property>
-                        <property name="is_important">True</property>
-                        <property name="label" translatable="yes">Enqueue</property>
-                        <property name="icon_name">hb-add-queue</property>
-                        <signal name="clicked" handler="queue_add_clicked_cb" swapped="no"/>
+                        <property name="draw">False</property>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
-                        <property name="homogeneous">True</property>
+                        <property name="expand">True</property>
+                        <property name="homogeneous">False</property>
                       </packing>
                     </child>
                     <child>
@@ -1000,8 +1014,7 @@ Queue</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</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">Open Picture Settings and Preview window.
-Here you can adjust cropping, resolution, aspect ratio, and filters.</property>
+                        <property name="tooltip_text" translatable="yes">Show Preview Window</property>
                         <property name="is_important">True</property>
                         <property name="label" translatable="yes">Show
 Preview</property>
index 1aabc5298b672050173ad39930993a1d70f4a2b7..61ed78a16f728d41b2cc4ae9b05ea302c3a2ddb6 100644 (file)
@@ -2066,14 +2066,14 @@ ghb_queue_buttons_grey(signal_user_data_t *ud)
     {
         gtk_widget_set_sensitive (widget, TRUE);
         gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(widget), "hb-stop");
-        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Stop"));
+        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Stop\nEncoding"));
         gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), _("Stop Encoding"));
     }
     else
     {
         gtk_widget_set_sensitive (widget, show_start);
         gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(widget), "hb-start");
-        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Start"));
+        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Start\nEncoding"));
         gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), _("Start Encoding"));
     }
     widget = GHB_WIDGET (ud->builder, "queue_pause1");
@@ -2081,14 +2081,14 @@ ghb_queue_buttons_grey(signal_user_data_t *ud)
     {
         gtk_widget_set_sensitive (widget, show_stop);
         gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(widget), "hb-start");
-        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Resume"));
+        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Resume\nEncoding"));
         gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), _("Resume Encoding"));
     }
     else
     {
         gtk_widget_set_sensitive (widget, show_stop);
         gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(widget), "hb-pause");
-        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Pause"));
+        gtk_tool_button_set_label(GTK_TOOL_BUTTON(widget), _("Pause\nEncoding"));
         gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), _("Pause Encoding"));
     }
 
@@ -2096,26 +2096,26 @@ ghb_queue_buttons_grey(signal_user_data_t *ud)
     if (show_stop)
     {
         gtk_widget_set_sensitive (widget, TRUE);
-        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("S_top Queue"));
+        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("S_top Encoding"));
         gtk_widget_set_tooltip_text(widget, _("Stop Encoding"));
     }
     else
     {
         gtk_widget_set_sensitive (widget, show_start);
-        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("_Start Queue"));
+        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("_Start Encoding"));
         gtk_widget_set_tooltip_text(widget, _("Start Encoding"));
     }
     widget = GHB_WIDGET (ud->builder, "queue_pause_menu");
     if (paused)
     {
         gtk_widget_set_sensitive (widget, show_start);
-        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("_Resume Queue"));
+        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("_Resume Encoding"));
         gtk_widget_set_tooltip_text(widget, _("Resume Encoding"));
     }
     else
     {
         gtk_widget_set_sensitive (widget, show_stop);
-        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("_Pause Queue"));
+        gtk_menu_item_set_label(GTK_MENU_ITEM(widget), _("_Pause Encoding"));
         gtk_widget_set_tooltip_text(widget, _("Pause Encoding"));
     }
 }