fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091b7b5
)
mark untranslated text
author
Jan Szejko
<janek37@gmail.com>
Fri, 10 Mar 2017 12:34:53 +0000
(13:34 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 10 Mar 2017 12:34:53 +0000
(13:34 +0100)
src/editor/modules/rng/rng.js
patch
|
blob
|
history
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;
- sandbox.getModule('indicator').clearMessage({message:
'Revision restored'
});
+ sandbox.getModule('indicator').clearMessage({message:
gettext('Revision restored')
});
},
publishingStarted: function(version) {
sandbox.getModule('indicator').showMessage(gettext('Publishing...'));