Skip to content
Snippets Groups Projects
Commit d74d7031 authored by luniki's avatar luniki
Browse files

fix typo on Tools page

"Erstellen von Siderbar-Grafiken"
zu
Erstellen von Sidebar-Grafiken
parent 6918711b
Branches
No related tags found
1 merge request!58fix typo on Tools page
<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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment