diff --git a/views/tools/sidebar_graphics_generator.php b/views/tools/sidebar_graphics_generator.php index 48093cdc339c929e9e205c6c24f4a58ab415e579..b9514828af773704b5f8560d557d2488f5d53a98 100644 --- a/views/tools/sidebar_graphics_generator.php +++ b/views/tools/sidebar_graphics_generator.php @@ -1,4 +1,4 @@ -<h2><?= _("Erstellen von Siderbar-Grafiken") ?></h2> +<h2><?= _("Erstellen von Sidebar-Grafiken") ?></h2> <table> <tbody> @@ -7,7 +7,7 @@ <td><input type="color" id="color" value="#24437c" onChange="STUDIP.SidebarGraphicsGenerator.drawImage();"></td> </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> </tr> <tr style="display: none;"> @@ -31,4 +31,4 @@ <?= Assets::img("icons/16/blue/download") ?> <?= _("Speichern unter ...") ?> </a> -</div> \ No newline at end of file +</div>