X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/e99c67c2ec195bc34e345616a054966b6cc1554f..0bbec0d:/src/editor/plugins/core/switch.js 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') }); }