fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update document summary on save/revert
[fnpeditor.git]
/
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
(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')
});
}