mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Added new strings to translate for js files
This commit is contained in:
parent
98e03c1d87
commit
b01903202c
7 changed files with 51 additions and 16 deletions
|
@ -18,7 +18,7 @@ var pad;
|
|||
|
||||
exports.saveNow = function(){
|
||||
pad.collabClient.sendMessage({"type": "SAVE_REVISION"});
|
||||
alert("This revision is now marked as a saved revision");
|
||||
alert(_("pad_savedrevs.marked"));
|
||||
}
|
||||
|
||||
exports.init = function(_pad){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue