Remove translated strings from template files

This commit is contained in:
Marcel Klehr 2012-11-12 17:24:14 +01:00
parent 4154d464a5
commit 378a74fb4e
3 changed files with 104 additions and 102 deletions

View file

@ -149,8 +149,8 @@
<div id="wrapper">
<div id="inner">
<div id="button" onclick="go2Random()" data-l10n-id="index.newPad">New Pad</div>
<div id="label" data-l10n-id="index.createOpenPad">or create/open a Pad with the name</div>
<div id="button" onclick="go2Random()" data-l10n-id="index.newPad"></div>
<div id="label" data-l10n-id="index.createOpenPad"></div>
<form action="#" onsubmit="go2Name();return false;">
<input type="text" id="padname" autofocus x-webkit-speech>
<button type="submit">OK</button>