From 4d4bb22f575e037126bf09eed13a5f70dce61113 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 22 Feb 2017 12:48:11 +0100 Subject: [PATCH] add missing gettext --- src/editor/plugins/core/switch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/plugins/core/switch.js b/src/editor/plugins/core/switch.js index 2c1e8b0..4587318 100644 --- a/src/editor/plugins/core/switch.js +++ b/src/editor/plugins/core/switch.js @@ -26,7 +26,7 @@ var createSwitchAction = function(createParams) { ) { return _.extend(state, { allowed: false, - description: 'wrong or no selection' + description: gettext('wrong or no selection') }); } -- 2.20.1