diff --git a/src/NzbDrone/SysTray/SysTrayApp.cs b/src/NzbDrone/SysTray/SysTrayApp.cs index 87fc9763a..1cc7bda75 100644 --- a/src/NzbDrone/SysTray/SysTrayApp.cs +++ b/src/NzbDrone/SysTray/SysTrayApp.cs @@ -37,7 +37,7 @@ namespace NzbDrone.SysTray _trayMenu.MenuItems.Add("-"); _trayMenu.MenuItems.Add("Exit", OnExit); - _trayIcon.Text = String.Format("NzbDrone - {0}", BuildInfo.Version); + _trayIcon.Text = String.Format("Sonarr - {0}", BuildInfo.Version); _trayIcon.Icon = Properties.Resources.NzbDroneIcon; _trayIcon.ContextMenu = _trayMenu; @@ -131,4 +131,4 @@ namespace NzbDrone.SysTray } } } -} \ No newline at end of file +} diff --git a/src/UI/Shared/NzbDroneController.js b/src/UI/Shared/NzbDroneController.js index cf8b46855..49bc50165 100644 --- a/src/UI/Shared/NzbDroneController.js +++ b/src/UI/Shared/NzbDroneController.js @@ -19,11 +19,11 @@ define( setTitle: function (title) { title = title.toLocaleLowerCase(); - if (title === 'sonarr') { - document.title = 'sonarr'; + if (title === 'Sonarr') { + document.title = 'Sonarr'; } else { - document.title = title + ' - sonarr'; + document.title = title + ' - Sonarr'; } if(window.NzbDrone.Analytics && window.Piwik){ diff --git a/src/UI/index.html b/src/UI/index.html index a1d2bfe57..63852e082 100644 --- a/src/UI/index.html +++ b/src/UI/index.html @@ -1,7 +1,7 @@ - sonarr + Sonarr