X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ae61cad19c3d66a8e15bc0096cff5742e7841f9d..6c0cfe38f170eb90a48ad144b97c8ef09d53f165:/lib/python/Components/NimManager.py 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?