From 5e71be86019c7e4167b5f6a4efe85ed26402e7a2 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Tue, 4 Dec 2012 18:29:04 +0000 Subject: [PATCH] missing key in category not found --- modules/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes.js b/modules/quotes.js index 8372134..12465d1 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -137,7 +137,7 @@ var quotes = function(dbot) { event.reply(dbot.t('locked_category', {'category': key})); } } else { - event.reply(dbot.t('category_not_found')); + event.reply(dbot.t('category_not_found', {'category': key})); } } else { event.reply(dbot.t('rmlast_spam'));