MELS: s/serie/series

This commit is contained in:
manuroe
2017-07-17 10:30:46 +02:00
parent d4a1a22c24
commit 7df8e25506
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1571,8 +1571,8 @@
}
else if (bubbleData.collapsedAttributedTextMessage)
{
// The cell (and its serie) is not collapsed but this cell is the first
// of the serie. So, use the cell with the "collapse" button.
// The cell (and its series) is not collapsed but this cell is the first
// of the series. So, use the cell with the "collapse" button.
cellViewClass = bubbleData.isPaginationFirstBubble ? RoomMembershipExpandedWithPaginationTitleBubbleCell.class : RoomMembershipExpandedBubbleCell.class;
}
else