[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:
Facundo Acevedo 2021-12-23 11:45:55 -03:00 committed by Calum Lind
parent 49bedda956
commit 4107bf8f25
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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>