From 8f84cda3086cc7953b4acc0c66a5f2f77708c7e7 Mon Sep 17 00:00:00 2001 From: Safihre Date: Fri, 14 Oct 2016 08:39:18 +0200 Subject: [PATCH] Improve text on Delete-page button --- interfaces/Glitter/templates/include_overlays.tmpl | 26 +++++++++++----------- sabnzbd/skintext.py | 1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/interfaces/Glitter/templates/include_overlays.tmpl b/interfaces/Glitter/templates/include_overlays.tmpl index dd0b858..7a64006 100644 --- a/interfaces/Glitter/templates/include_overlays.tmpl +++ b/interfaces/Glitter/templates/include_overlays.tmpl @@ -85,7 +85,7 @@
  • $T('menu-cons')
  • $T('connections')
  • $T('Glitter-orphanedJobs')
  • -
  • $T('Glitter-interfaceOptions')
  • +
  • $T('Glitter-interfaceOptions')
  • @@ -144,9 +144,9 @@
    $T('Glitter-loading')...
    -
    +
    -
    +
    @@ -156,7 +156,7 @@
    -
    +
    @@ -174,13 +174,13 @@
    - +
    $T('swtag-server')
    @@ -195,7 +195,7 @@
    # $T('connections')
    - / + /
    @@ -216,7 +216,7 @@
    - + @@ -245,8 +245,8 @@

    $T('none')

    - $T('Glitter-purgeOrphaned') - $T('Glitter-retryAllOrphaned') + $T('Glitter-purgeOrphaned') + $T('Glitter-retryAllOrphaned')
    @@ -272,7 +272,7 @@
    @@ -646,8 +646,8 @@

    - - + + diff --git a/sabnzbd/skintext.py b/sabnzbd/skintext.py index 1bd4233..b57eb34 100644 --- a/sabnzbd/skintext.py +++ b/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