Merge pull request #138 from delphiactual/typos

Typos
This commit is contained in:
Mark McDowall 2014-11-14 14:09:34 -08:00
commit 8c88527f15
3 changed files with 6 additions and 6 deletions

View File

@ -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
}
}
}
}
}

View File

@ -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){

View File

@ -1,7 +1,7 @@
<!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">
<head runat="server">
<title>sonarr</title>
<title>Sonarr</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">