mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -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
|
@ -169,7 +169,7 @@ var padeditbar = (function()
|
|||
{
|
||||
if ((!(ace.ace_getRep().selStart && ace.ace_getRep().selEnd)) || ace.ace_isCaret())
|
||||
{
|
||||
if (window.confirm("Clear authorship colors on entire document?"))
|
||||
if (window.confirm(_("pad_editbar.clearcolors")))
|
||||
{
|
||||
ace.ace_performDocumentApplyAttributesToCharRange(0, ace.ace_getRep().alltext.length, [
|
||||
['author', '']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue