mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
[Blocklist] Add frequency unit to interval label
Closes: https://dev.deluge-torrent.org/ticket/3492 Closes: https://github.com/deluge-torrent/deluge/pull/322
This commit is contained in:
parent
49bedda956
commit
4107bf8f25
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ Deluge.ux.preferences.BlocklistPage = Ext.extend(Ext.Panel, {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.checkListDays = this.SettingsFset.add({
|
this.checkListDays = this.SettingsFset.add({
|
||||||
fieldLabel: _('Check for new list every:'),
|
fieldLabel: _('Check for new list every (days):'),
|
||||||
labelSeparator: '',
|
labelSeparator: '',
|
||||||
name: 'check_list_days',
|
name: 'check_list_days',
|
||||||
value: 4,
|
value: 4,
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
<object class="GtkLabel" id="label4">
|
<object class="GtkLabel" id="label4">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="label" translatable="yes">Check for new list every:</property>
|
<property name="label" translatable="yes">Check for new list every (days):</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue