mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Capitalize monospace button tooltip to match others.
This commit is contained in:
parent
0d2036ba73
commit
7d8844ce99
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@
|
||||||
<ul id="menu_right">
|
<ul id="menu_right">
|
||||||
|
|
||||||
<li onClick="window.pad&&pad.editbarClick('tglfont');return false;" >
|
<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>
|
<div class="buttonicon" style="background-position:0px -436px"></div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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?",
|
"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",
|
"Import Now":"Jetzt importieren",
|
||||||
"Importing...":"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