Fix reference to movie
This commit is contained in:
		
							parent
							
								
									f34a265775
								
							
						
					
					
						commit
						fe2a34f698
					
				@ -4,8 +4,8 @@ var _ = require('underscore');
 | 
				
			|||||||
var SickBeard = require('node-sickbeard');
 | 
					var SickBeard = require('node-sickbeard');
 | 
				
			||||||
var utils = require('./utils.js');
 | 
					var utils = require('./utils.js');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var WELCOME_DESCRIPTION = 'This skill allows you to manage your SickBeard movie list.';
 | 
					var WELCOME_DESCRIPTION = 'This skill allows you to manage your SickBeard show list.';
 | 
				
			||||||
var HELP_RESPONSE = ['You can ask SickBeard about the movies in your queue or add new movies',
 | 
					var HELP_RESPONSE = ['You can ask SickBeard about the shows in your queue or add new shows',
 | 
				
			||||||
    'to it. Try asking "is Silicon Valley on the list?". If it\'s not and you want to add it, try',
 | 
					    'to it. Try asking "is Silicon Valley on the list?". If it\'s not and you want to add it, try',
 | 
				
			||||||
    'saying "add Silicon Valley".'].join(' ');
 | 
					    'saying "add Silicon Valley".'].join(' ');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user