From 0654492b7cb447a241747418d7889e2b8a247019 Mon Sep 17 00:00:00 2001
From: Rasmus Fuhse <fuhse@data-quest.de>
Date: Tue, 15 Nov 2016 09:19:31 +0100
Subject: [PATCH] re #70

---
 PluginMarket.class.php   | 6 +++---
 assets/pluginmarket.less | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PluginMarket.class.php b/PluginMarket.class.php
index 580aa6d..182a0f7 100755
--- a/PluginMarket.class.php
+++ b/PluginMarket.class.php
@@ -24,7 +24,7 @@ class PluginMarket extends StudIPPlugin implements SystemPlugin, HomepagePlugin
 
         $overview = new Navigation($this->getDisplayTitle(), PluginEngine::getURL($this, array(), "presenting/overview"));
         $top->addSubNavigation("presenting", $overview);
-        $overview->addSubNavigation("overview", new AutoNavigation(_('Übersicht'), PluginEngine::getURL($this, array(), "presenting/overview")));
+        $overview->addSubNavigation("overview", new AutoNavigation(_('�bersicht'), PluginEngine::getURL($this, array(), "presenting/overview")));
         $overview->addSubNavigation("all", new AutoNavigation(_('Alle Plugins'), PluginEngine::getURL($this, array(), "presenting/all")));
         $overview->addSubNavigation("tools", new AutoNavigation(_('Tools'), PluginEngine::getURL($this, array(), "tools/sidebar_graphics_generator")));
 
@@ -41,13 +41,13 @@ class PluginMarket extends StudIPPlugin implements SystemPlugin, HomepagePlugin
             }
         }
         if ($GLOBALS['perm']->have_perm("root")) {
-            $approving = new Navigation(_("Qualitätssicherung"), PluginEngine::getURL($this, array(), "approving/overview"));
+            $approving = new Navigation(_("Qualit�tssicherung"), PluginEngine::getURL($this, array(), "approving/overview"));
             $top->addSubNavigation("approving", $approving);
         }
         Navigation::addItem("/pluginmarket", $top);
 
         $loginlink = new Navigation($this->getDisplayTitle(), PluginEngine::getURL($this, array(), "presenting/overview"));
-        $loginlink->setDescription(_("Laden Sie hier Plugins für Ihr Stud.IP herunter"));
+        $loginlink->setDescription(_("Laden Sie hier Plugins f�r Ihr Stud.IP herunter"));
         Navigation::addItem("/login/pluginmarket",$loginlink);
 
         NotificationCenter::addObserver($this, "triggerFollowingStudips", "PluginReleaseDidUpdateCode");
diff --git a/assets/pluginmarket.less b/assets/pluginmarket.less
index fa2094b..7bdb170 100755
--- a/assets/pluginmarket.less
+++ b/assets/pluginmarket.less
@@ -139,7 +139,7 @@ article.contentbox {
         border-top: 1px solid @content-color-40;
 
         &.tags a {
-            .icon-before('blue/tag.png');
+            //.icon-before('blue/tag.png');
             white-space: nowrap;
         }
     }
-- 
GitLab