]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp/wizard: tweak the wizard start page text and make it so the Help button displa...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 6 Jan 2017 00:13:10 +0000 (00:13 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 6 Jan 2017 09:12:10 +0000 (10:12 +0100)
docs/wizard/hello.md
src/webui/static/app/wizard.js

index 5cc728e7e9ebc6919b0f52fa04a42203c1990a17..5960b976eca0967fbae9c3f09fb1c252f6e3390e 100644 (file)
@@ -18,4 +18,4 @@ like to help translate Tvheadend see
 language can result in garbled EPG text; if this happens, don't panic, 
 as you can easily change it later.
 
-**The interface will reload using your preferred language (if the translation is available).**
+**The interface will reload in your chosen language (if the translation is available).**
index cc14d73a5fab0999a9ac812fd7b3e59328fe9bde..e70a099874807a9d02dc6116a756de65a8c289c7 100644 (file)
@@ -162,7 +162,7 @@ tvheadend.wizard_start = function(page) {
             cancel: cancel,
             uilevel: 'expert',
             help: function() {
-                new tvheadend.mdhelp('wizard');
+                new tvheadend.mdhelp('index');
             }
         });
     }