change speed submenus to specify global
This commit is contained in:
parent
8ef7a26c7b
commit
9d32724a8e
|
@ -64,7 +64,7 @@
|
|||
<widget class="GtkImageMenuItem" id="download_limit">
|
||||
<property name="visible">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">_Down Speed Limit</property>
|
||||
<property name="label" translatable="yes">Global _Down Speed Limit</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child>
|
||||
<widget class="GtkMenu" id="menu1">
|
||||
|
@ -86,7 +86,7 @@
|
|||
<widget class="GtkImageMenuItem" id="upload_limit">
|
||||
<property name="visible">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">_Up Speed Limit</property>
|
||||
<property name="label" translatable="yes">Global _Up Speed Limit</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child internal-child="image">
|
||||
<widget class="GtkImage" id="upload-limit-image">
|
||||
|
|
Loading…
Reference in New Issue