mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
Merge pull request #137 from tapio/develop
Typo fix (tooltip capitalization in develop branch)
This commit is contained in:
commit
1b701fb317
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@
|
|||
<ul id="menu_right">
|
||||
|
||||
<li onClick="window.pad&&pad.editbarClick('tglfont');return false;" >
|
||||
<a id="monospace" title="toggle the font between monospace and normal">
|
||||
<a id="monospace" title="Toggle the font between monospace and normal">
|
||||
<div class="buttonicon" style="background-position:0px -436px"></div>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -55,5 +55,5 @@
|
|||
"Importing a file will overwrite the current text of the pad. Are you sure you want to proceed?":"Der Import einer Datei wird den aktuellen Padinhalt überschreiben. Fortfahren?",
|
||||
"Import Now":"Jetzt importieren",
|
||||
"Importing...":"Importieren...",
|
||||
"toggle the font between monospace and normal":"Feste Zeichenbreite ein/ausschalten"
|
||||
"Toggle the font between monospace and normal":"Feste Zeichenbreite ein/ausschalten"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue