Don't translate something we shouldn't

This commit is contained in:
Carl Schwan
2020-12-26 15:58:57 +00:00
parent a5cf0af004
commit dce3b796c2

View File

@@ -352,7 +352,7 @@ QString RoomListModel::categoryName(int section)
case 5: case 5:
return i18n("Low priority"); return i18n("Low priority");
default: default:
return i18n("Deadbeef"); return "Deadbeef";
} }
} }