From: Stefan Pluecken Date: Tue, 22 Nov 2005 10:21:58 +0000 (+0000) Subject: better display for linked nim-names X-Git-Tag: 2.6.0~5018 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/33e7910cdef6e84d575ad8bb50b5d580b9500472 better display for linked nim-names --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 51fd7913..2baf50b3 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -378,7 +378,7 @@ def InitNimManager(nimmgr): satNimList = nimmgr.getNimListOfType(nimmgr.nimType["DVB-S"], slot.slotid) satNimListNames = [] for x in satNimList: - satNimListNames.append(nimmgr.getNimName(x)) + satNimListNames.append(_("Slot ") + ("A", "B", "C", "D")[x] + ": " + nimmgr.getNimName(x)) nim.linkedTo = configElement(cname + "linkedTo", configSelection, 0, satNimListNames); #perhaps the instance of the slot is more useful?