Don't translate something we shouldn't

(cherry picked from commit dce3b796c2)
This commit is contained in:
Carl Schwan
2020-12-26 15:58:57 +00:00
parent b574849df3
commit 85b4d7d049

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