Don't translate something we shouldn't
(cherry picked from commit dce3b796c2)
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user