diff --git a/dashboard-ui/about.html b/dashboard-ui/about.html deleted file mode 100644 index 8a94e4d8c0..0000000000 --- a/dashboard-ui/about.html +++ /dev/null @@ -1,55 +0,0 @@ -
- -
-
-
-

- -

-
-
-
${VersionNumber}
-
-
${HeaderCredits}
-
-

- ${PismoMessage} -

-

- ${TangibleSoftwareMessage} -

- -
-

${PleaseSupportOtherProduces}

- -

- FanArt.tv -

-

- MusicBrainz -

-

- TheMovieDb.org -

-

- The Open Movie Database -

-

- TheTVDB.com -

-
-
-

${ProjectHasCommunity}

- ${VisitTheCommunity} -
-

- ${CheckoutKnowledgeBase} -

- ${SearchKnowledgeBase} -
-

${VisitProjectWebsiteLong}

- ${VisitProjectWebsite} -
-
-
-
\ No newline at end of file diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index 728038b213..d0856c6d5e 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -250,7 +250,7 @@ { name: Globalize.translate('FolderTypeMovies'), value: "movies" }, { name: Globalize.translate('FolderTypeMusic'), value: "music" }, { name: Globalize.translate('FolderTypeTvShows'), value: "tvshows" }, - { name: Globalize.translate('FolderTypeBooks'), value: "books", message: Globalize.translate('MessageBookPluginRequired') }, + { name: Globalize.translate('FolderTypeBooks'), value: "books", message: Globalize.translate('BookLibraryHelp') }, { name: Globalize.translate('FolderTypeGames'), value: "games", message: Globalize.translate('MessageGamePluginRequired') }, { name: Globalize.translate('OptionHomeVideos'), value: "homevideos" }, { name: Globalize.translate('FolderTypeMusicVideos'), value: "musicvideos" }, diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 26b2d4ddc6..2cb6f32243 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -557,13 +557,6 @@ var Dashboard = { href: "reports.html", pageIds: [], icon: 'insert_chart' - }, { - name: Globalize.translate('TabAbout'), - href: "about.html", - icon: 'info', - color: '#679C34', - divider: true, - pageIds: ['aboutPage'] }]; }, @@ -1291,7 +1284,6 @@ var AppInfo = {}; define("tvguide", [embyWebComponentsBowerPath + "/guide/guide"], returnFirstDependency); define("programStyles", ['css!' + embyWebComponentsBowerPath + "/guide/programs"], returnFirstDependency); define("guide-settings-dialog", [embyWebComponentsBowerPath + "/guide/guide-settings"], returnFirstDependency); - define("guide-categories-dialog", [embyWebComponentsBowerPath + "/guide/guide-categories"], returnFirstDependency); define("syncDialog", [embyWebComponentsBowerPath + "/sync/sync"], returnFirstDependency); define("syncToggle", [embyWebComponentsBowerPath + "/sync/synctoggle"], returnFirstDependency); define("voiceDialog", [embyWebComponentsBowerPath + "/voice/voicedialog"], returnFirstDependency); @@ -1866,14 +1858,6 @@ var AppInfo = {}; console.log('Defining core routes'); - defineRoute({ - path: '/about.html', - dependencies: [], - autoFocus: false, - controller: 'dashboard/aboutpage', - roles: 'admin' - }); - defineRoute({ path: '/addplugin.html', dependencies: [], diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index fe286b403c..5851a6c5c6 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -1748,7 +1748,7 @@ "HeaderCancelSyncJob": "Cancel Sync", "CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?", "LabelQuality": "Quality:", - "MessageBookPluginRequired": "Requires installation of the Bookshelf plugin", + "BookLibraryHelp": "Audio and text books are supported", "MessageGamePluginRequired": "Requires installation of the GameBrowser plugin", "MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.", "SyncJobItemStatusQueued": "Queued",