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"; } }