SABnzbd-Suite: fix typos

This commit is contained in:
Stefan Saraev 2012-06-18 11:22:42 +03:00
parent 381f87b7ce
commit 23d37b9a15
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ headphones_launch = getAddonSetting(suiteSettings, 'HEADPHONES_LAUNCH')
# someone with better knowledge in xbmc addon api # someone with better knowledge in xbmc addon api
# please fix # please fix
if not sabnzbd_launch: if not sabnzbd_launch:
sabnzbd_launch = true sabnzbd_launch = "true"
if not sickbeard_launch: if not sickbeard_launch:
sickbeard_launch = "true" sickbeard_launch = "true"
if not couchpotato_launch: if not couchpotato_launch:

View File

@ -8,7 +8,7 @@
<string id="1023">Password</string> <string id="1023">Password</string>
<string id="1024">Enable SABnzbd</string>> <string id="1024">Enable SABnzbd</string>>
<string id="1025">Enable Sickbeard</string> <string id="1025">Enable Sickbeard</string>
<string id="1026">Enable Coutchpotato</string> <string id="1026">Enable Couchpotato</string>
<string id="1027">Couchpotato Version</string> <string id="1027">Couchpotato Version</string>
<string id="1028">Enable Headphones</string> <string id="1028">Enable Headphones</string>
<string id="2010">Network Settings</string> <string id="2010">Network Settings</string>