[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
|
@ -55,7 +55,7 @@ Deluge.ux.preferences.BlocklistPage = Ext.extend(Ext.Panel, {
|
|||
});
|
||||
|
||||
this.checkListDays = this.SettingsFset.add({
|
||||
fieldLabel: _('Check for new list every:'),
|
||||
fieldLabel: _('Check for new list every (days):'),
|
||||
labelSeparator: '',
|
||||
name: 'check_list_days',
|
||||
value: 4,
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<object class="GtkLabel" id="label4">
|
||||
<property name="visible">True</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>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
Loading…
Reference in New Issue