fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mark untranslated text
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
rng.js
diff --git
a/src/editor/modules/rng/rng.js
b/src/editor/modules/rng/rng.js
index
5b0fdb0
..
67ad342
100644
(file)
--- a/
src/editor/modules/rng/rng.js
+++ b/
src/editor/modules/rng/rng.js
@@
-137,7
+137,7
@@
return function(sandbox) {
},
documentReverted: function(version) {
documentIsDirty = false;
},
documentReverted: function(version) {
documentIsDirty = false;
- sandbox.getModule('indicator').clearMessage({message:
'Revision restored'
});
+ sandbox.getModule('indicator').clearMessage({message:
gettext('Revision restored')
});
},
publishingStarted: function(version) {
sandbox.getModule('indicator').showMessage(gettext('Publishing...'));
},
publishingStarted: function(version) {
sandbox.getModule('indicator').showMessage(gettext('Publishing...'));