diff --git a/dreamexplorer/src/plugin.py b/dreamexplorer/src/plugin.py index 0f632544a..bc43ebe16 100644 --- a/dreamexplorer/src/plugin.py +++ b/dreamexplorer/src/plugin.py @@ -343,10 +343,10 @@ def explContextMenu(self): self.selectedDir = self["filelist"].getSelection()[0] if self.selectedDir + "\n" in self.booklines: BMtext = _("Remove directory from Bookmarks") - BMstring = _("DELLINK") + BMstring = "DELLINK" else: BMtext = _("Add directory to Bookmarks") - BMstring = _("ADDLINK") + BMstring = "ADDLINK" contextDirList = [(_("Cancel"), "NO"), (mftext + _(" Media-filter"), "FILTER"), (_("Sort by name (bouquet+)"), "SORTNAME"),