Skip to content
Snippets Groups Projects

fix typo on Tools page

Merged Moritz Strohm requested to merge luniki-tools-typo into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
<h2><?= _("Erstellen von Siderbar-Grafiken") ?></h2>
<h2><?= _("Erstellen von Sidebar-Grafiken") ?></h2>
<table>
<table>
<tbody>
<tbody>
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
<td><input type="color" id="color" value="#24437c" onChange="STUDIP.SidebarGraphicsGenerator.drawImage();"></td>
<td><input type="color" id="color" value="#24437c" onChange="STUDIP.SidebarGraphicsGenerator.drawImage();"></td>
</tr>
</tr>
<tr>
<tr>
<td><label for="localicon"><?= _("Bilddatei (SVG, quadratisch, wei)") ?></label></td>
<td><label for="localicon"><?= _("Bilddatei (SVG, quadratisch, weiß)") ?></label></td>
<td><input type="file" id="localicon" onChange="STUDIP.SidebarGraphicsGenerator.setFile(this); return false;"></td>
<td><input type="file" id="localicon" onChange="STUDIP.SidebarGraphicsGenerator.setFile(this); return false;"></td>
</tr>
</tr>
<tr style="display: none;">
<tr style="display: none;">
@@ -31,4 +31,4 @@
@@ -31,4 +31,4 @@
<?= Assets::img("icons/16/blue/download") ?>
<?= Assets::img("icons/16/blue/download") ?>
<?= _("Speichern unter ...") ?>
<?= _("Speichern unter ...") ?>
</a>
</a>
</div>
</div>
\ No newline at end of file
Loading