From 3b6c5916e4053f41b41711e6bd4af825b360cfc1 Mon Sep 17 00:00:00 2001 From: delphiactual Date: Fri, 14 Nov 2014 13:11:43 -0700 Subject: [PATCH 1/3] Update index.html --- src/UI/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4f48e167193235e49072dd9b2343f5a6dea48117 Mon Sep 17 00:00:00 2001 From: delphiactual Date: Fri, 14 Nov 2014 13:12:30 -0700 Subject: [PATCH 2/3] Update SysTrayApp.cs --- src/NzbDrone/SysTray/SysTrayApp.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} From b36b38ad78f43f15f534a04912cb4c2607ed2312 Mon Sep 17 00:00:00 2001 From: delphiactual Date: Fri, 14 Nov 2014 13:35:56 -0700 Subject: [PATCH 3/3] Update NzbDroneController.js --- src/UI/Shared/NzbDroneController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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){