From dce3b796c213a7264efc5fc6b7b9eae23fee37e4 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 26 Dec 2020 15:58:57 +0000 Subject: [PATCH] Don't translate something we shouldn't --- src/roomlistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roomlistmodel.cpp b/src/roomlistmodel.cpp index 48da33416..e6f515b16 100644 --- a/src/roomlistmodel.cpp +++ b/src/roomlistmodel.cpp @@ -352,7 +352,7 @@ QString RoomListModel::categoryName(int section) case 5: return i18n("Low priority"); default: - return i18n("Deadbeef"); + return "Deadbeef"; } }