Typos. closes #1022

Thanks to @demonbane
This commit is contained in:
Ruud
2012-11-11 17:36:42 +01:00
parent be56b96bd0
commit 20b773bc3b
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ Page.Wizard = new Class({
headers: {
'welcome': {
'title': 'Welcome to the new CouchPotato',
'description': 'To get started, fill in each of the following settings as much as your can. <br />Maybe first start with importing your movies from the previous CouchPotato',
'description': 'To get started, fill in each of the following settings as much as you can. <br />Maybe first start with importing your movies from the previous CouchPotato',
'content': new Element('div', {
'styles': {
'margin': '0 0 0 30px'
+1 -1
View File
@@ -46,7 +46,7 @@ Page.Manage = new Class({
'text': 'When you\'ve done that, hit this button → '
}).adopt(
new Element('a.button.green', {
'text': 'Hit me, but not to hard',
'text': 'Hit me, but not too hard',
'events':{
'click': self.refresh.bind(self, true)
}