From f8b1e3316f626f25ec52690bfc8b1784cd1b81ee Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Tue, 4 Dec 2012 18:27:12 +0000 Subject: [PATCH] fix syntax with previous change --- modules/quotes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/quotes.js b/modules/quotes.js index 98a5fde..8372134 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -131,10 +131,10 @@ var quotes = function(dbot) { } event.reply(dbot.t('removed_from', {'category': key, 'quote': quote})); } else { - event.reply(dbot.t('q_not_exist_under', {'category': key, 'quote': quote)}); + event.reply(dbot.t('q_not_exist_under', {'category': key, 'quote': quote})); } } else { - event.reply('locked_category', {'category': key})); + event.reply(dbot.t('locked_category', {'category': key})); } } else { event.reply(dbot.t('category_not_found'));