From 17354a5aaa199164b8c70e4847afd5c55bc1a3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Fri, 19 Dec 2014 01:13:38 +0100 Subject: [PATCH] Fix typo in menu item Manage/Update XBMC. --- CHANGES.md | 1 + gui/slick/interfaces/default/inc_top.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ff09472e..6d9b0c09 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -37,6 +37,7 @@ * Fix network sorting on home page * Fix restart issue * Fix to use new TorrentDay URLs +* Fix typo in menu item Manage/Update XBMC ### 0.4.0 (2014-12-04 10:50:00 UTC) diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index e8156c30..1c9297b2 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -168,7 +168,7 @@
  •  Update PLEX
  • #end if #if $sickbeard.USE_XBMC and $sickbeard.XBMC_HOST != "": -
  •  Update XBMC
  • +
  •  Update XBMC
  • #end if #if $sickbeard.USE_TORRENTS and $sickbeard.TORRENT_METHOD != 'blackhole' \ and ($sickbeard.ENABLE_HTTPS and $sickbeard.TORRENT_HOST[:5] == 'https' \