fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac08344
)
add missing gettext
author
Jan Szejko
<janek37@gmail.com>
Wed, 22 Feb 2017 11:48:11 +0000
(12:48 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 22 Feb 2017 11:48:11 +0000
(12:48 +0100)
src/editor/plugins/core/switch.js
patch
|
blob
|
history
diff --git
a/src/editor/plugins/core/switch.js
b/src/editor/plugins/core/switch.js
index
2c1e8b0
..
4587318
100644
(file)
--- 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')
});
}