Merge pull request #137 from tapio/develop

Typo fix (tooltip capitalization in develop branch)
This commit is contained in:
John McLear 2011-09-01 11:49:59 -07:00
commit 1b701fb317
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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"
}