Browse Source

Improve text on Delete-page button

tags/1.1.1RC3
Safihre 9 years ago
committed by shypike
parent
commit
8f84cda308
  1. 2
      interfaces/Glitter/templates/include_overlays.tmpl
  2. 1
      sabnzbd/skintext.py

2
interfaces/Glitter/templates/include_overlays.tmpl

@ -646,7 +646,7 @@
<button type="button" class="btn btn-danger" data-bind="click: history.emptyHistory" data-action="history-purge-failed"><span class="glyphicon glyphicon-floppy-remove"></span> $T('purgeFailed')</button>
<button type="button" class="btn btn-danger" data-bind="click: history.emptyHistory" data-action="history-purgeremove-failed"><span class="glyphicon glyphicon-floppy-remove"></span> $T('purgeFailed-Files')</button><hr />
<button type="button" class="btn btn-danger" data-bind="click: history.emptyHistory" data-action="history-purge-completed"><span class="glyphicon glyphicon-floppy-saved"></span> $T('purgeCompl')</button><hr />
<button type="button" class="btn btn-danger" data-bind="click: history.emptyHistory" data-action="history-purge-page"><span class="glyphicon glyphicon-check"></span> $T('purgeHist') ($T('Glitter-page')) <span class="label label-default" data-bind="text: history.historyItems().length"></span></button>
<button type="button" class="btn btn-danger" data-bind="click: history.emptyHistory" data-action="history-purge-page"><span class="glyphicon glyphicon-check"></span> $T('purgePage') <span class="label label-default" data-bind="text: history.historyItems().length"></span></button>
</div>
</div>

1
sabnzbd/skintext.py

@ -247,6 +247,7 @@ SKIN_TEXT = {
'purgeFailed' : TT('Purge Failed NZBs'), #: Button to delete all failed jobs in History
'purgeFailed-Files' : TT('Purge Failed NZBs & Delete Files'), #: Button to delete all failed jobs in History, including files
'purgeCompl' : TT('Purge Completed NZBs'), #: Button to delete all completed jobs in History
'purgePage' : TT('Purge NZBs on the current page'), #: Button to delete jobs on current page in History
'opt-extra-NZB' : TT('Optional Supplemental NZB'), #: Button to add NZB to failed job in History
'msg-path' : TT('Path'), #: Path as displayed in History details
'link-retryAll' : TT('Retry all failed'), #: Retry all failed jobs in History

Loading…
Cancel
Save