summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/glade
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-02 11:51:43 +0000
committerCalum Lind <calumlind@gmail.com>2018-11-05 08:26:23 +0000
commit6655fe67c3728833e92152b216da89a211e28c0c (patch)
treee60a2a1caa43c3f4fed7e619a466355ea7b2ec02 /deluge/ui/gtk3/glade
parent2104b9831c08d53ea27b80ca98deb923f04e1e9d (diff)
downloaddeluge-6655fe67c3728833e92152b216da89a211e28c0c.tar.gz
deluge-6655fe67c3728833e92152b216da89a211e28c0c.tar.bz2
deluge-6655fe67c3728833e92152b216da89a211e28c0c.zip
[UI|Core] Fix problems with file priorities
- Fixed the core not correctly settings the current file_priority settings and added a test. - Fixed the console not setting file priorities. - Change the label for not downloading of a file to 'Skip'.
Diffstat (limited to 'deluge/ui/gtk3/glade')
-rw-r--r--deluge/ui/gtk3/glade/main_window.tabs.menu_file.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/deluge/ui/gtk3/glade/main_window.tabs.menu_file.ui b/deluge/ui/gtk3/glade/main_window.tabs.menu_file.ui
index ddd8248f7..dd5d66bc1 100644
--- a/deluge/ui/gtk3/glade/main_window.tabs.menu_file.ui
+++ b/deluge/ui/gtk3/glade/main_window.tabs.menu_file.ui
@@ -91,19 +91,19 @@
</object>
</child>
<child>
- <object class="GtkImageMenuItem" id="menuitem_ignore">
- <property name="label" translatable="yes">_Ignore</property>
+ <object class="GtkImageMenuItem" id="menuitem_skip">
+ <property name="label" translatable="yes">_Skip</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
<property name="image">image2</property>
<property name="use_stock">False</property>
- <signal name="activate" handler="on_menuitem_ignore_activate" swapped="no"/>
+ <signal name="activate" handler="on_menuitem_skip_activate" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem" id="menuitem_low">
- <property name="label" translatable="yes">_Low Priority</property>
+ <property name="label" translatable="yes">_Low</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -114,7 +114,7 @@
</child>
<child>
<object class="GtkImageMenuItem" id="menuitem_normal">
- <property name="label" translatable="yes">_Normal Priority</property>
+ <property name="label" translatable="yes">_Normal</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -125,7 +125,7 @@
</child>
<child>
<object class="GtkImageMenuItem" id="menuitem_high">
- <property name="label" translatable="yes">_High Priority</property>
+ <property name="label" translatable="yes">_High</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>