fixed spelling of "separate"

This commit is contained in:
fourtf
2018-06-24 18:32:00 +02:00
parent 59ee091722
commit 63c213a36a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ void MessageLayout::paint(QPainter &painter, int width, int y, int messageIndex,
}
// draw message seperation line
if (app->settings->seperateMessages.getValue()) {
if (app->settings->separateMessages.getValue()) {
painter.fillRect(0, y, this->container_.getWidth(), 1,
app->themes->splits.messageSeperator);
}