mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 14:54:21 +00:00
rename up/down limits
This commit is contained in:
parent
b612f3663f
commit
528e8c7625
@ -81,7 +81,7 @@
|
|||||||
<widget class="GtkImageMenuItem" id="download_limit">
|
<widget class="GtkImageMenuItem" id="download_limit">
|
||||||
<property name="visible">True</property>
|
<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="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||||
<property name="label" translatable="yes">Global _Down Speed Limit</property>
|
<property name="label" translatable="yes">_Download Speed Limit</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<child internal-child="image">
|
<child internal-child="image">
|
||||||
<widget class="GtkImage" id="download-limit-image">
|
<widget class="GtkImage" id="download-limit-image">
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<widget class="GtkImageMenuItem" id="upload_limit">
|
<widget class="GtkImageMenuItem" id="upload_limit">
|
||||||
<property name="visible">True</property>
|
<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="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||||
<property name="label" translatable="yes">Global _Up Speed Limit</property>
|
<property name="label" translatable="yes">_Upload Speed Limit</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<child internal-child="image">
|
<child internal-child="image">
|
||||||
<widget class="GtkImage" id="upload-limit-image">
|
<widget class="GtkImage" id="upload-limit-image">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user