Gettext (Bug #8639).
authorJan Schneider <jan@horde.org>
Wed, 14 Oct 2009 14:28:16 +0000 (16:28 +0200)
committerJan Schneider <jan@horde.org>
Wed, 14 Oct 2009 14:28:16 +0000 (16:28 +0200)
gollem/templates/clipboard/clipboard.html

index 826d50f..0c6a385 100644 (file)
@@ -21,7 +21,7 @@
 <thead>
  <tr>
   <td>
-   <label><input type="checkbox" class="checkbox" onclick="$$('.clipboard tbody .checkbox').each((function(e) { e.checked = this.checked; }).bind(this));" /> Select All/None</label>
+   <label><input type="checkbox" class="checkbox" onclick="$$('.clipboard tbody .checkbox').each((function(e) { e.checked = this.checked; }).bind(this));" /> <gettext>Select All/None</gettext></label>
   </td>
    </tr>
 </thead>