Merge pull request #138 from delphiactual/typos

Typos
pull/4/head
Mark McDowall 10 years ago
commit 8c88527f15

@ -37,7 +37,7 @@ namespace NzbDrone.SysTray
_trayMenu.MenuItems.Add("-"); _trayMenu.MenuItems.Add("-");
_trayMenu.MenuItems.Add("Exit", OnExit); _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.Icon = Properties.Resources.NzbDroneIcon;
_trayIcon.ContextMenu = _trayMenu; _trayIcon.ContextMenu = _trayMenu;

@ -19,11 +19,11 @@ define(
setTitle: function (title) { setTitle: function (title) {
title = title.toLocaleLowerCase(); title = title.toLocaleLowerCase();
if (title === 'sonarr') { if (title === 'Sonarr') {
document.title = 'sonarr'; document.title = 'Sonarr';
} }
else { else {
document.title = title + ' - sonarr'; document.title = title + ' - Sonarr';
} }
if(window.NzbDrone.Analytics && window.Piwik){ if(window.NzbDrone.Analytics && window.Piwik){

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server"> <head runat="server">
<title>sonarr</title> <title>Sonarr</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">

Loading…
Cancel
Save