mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
use properties notation
This commit is contained in:
parent
854ed56037
commit
9f1872afc1
7 changed files with 47 additions and 47 deletions
|
@ -18,7 +18,7 @@ var pad;
|
|||
|
||||
exports.saveNow = function(){
|
||||
pad.collabClient.sendMessage({"type": "SAVE_REVISION"});
|
||||
alert(_("pad_savedrevs.marked"));
|
||||
alert(_("pad.savedrevs.marked"));
|
||||
}
|
||||
|
||||
exports.init = function(_pad){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue