From eb445e45ba2ea9c041ec28614576d5faa5a39573 Mon Sep 17 00:00:00 2001 From: Jakob Kramer Date: Tue, 31 Jan 2012 22:14:00 +0100 Subject: [PATCH] fix missing translation in mentioning-lightbox --- app/views/shared/_publisher.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml index af7ef9a55..2c76eab50 100644 --- a/app/views/shared/_publisher.html.haml +++ b/app/views/shared/_publisher.html.haml @@ -53,7 +53,7 @@ - elsif selected_aspects.size == 1 = selected_aspects.first.name - else - = t('.toggle', :count => selected_aspects.size) + = t('shared.aspect_dropdown.toggle', :count => selected_aspects.size) ▼ .wrapper