From d74d7031e76ae0d149f72942e6430eb5860ffcf6 Mon Sep 17 00:00:00 2001
From: luniki <luniki@gmail.com>
Date: Tue, 6 Oct 2015 09:41:34 +0200
Subject: [PATCH] fix typo on Tools page

"Erstellen von Siderbar-Grafiken"
zu
Erstellen von Sidebar-Grafiken
---
 views/tools/sidebar_graphics_generator.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/views/tools/sidebar_graphics_generator.php b/views/tools/sidebar_graphics_generator.php
index 48093cd..b951482 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>
-- 
GitLab