Use ellipsis in «Loading…» strings

This commit is contained in:
ivan tkachenko
2022-02-04 20:57:08 +03:00
parent a6ab447955
commit 3e6f38c8ea
5 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ Kirigami.ScrollablePage {
id: loadingIndicator
anchors.centerIn: parent
visible: page.currentRoom === null || (messageListView.count === 0 && !page.currentRoom.allHistoryLoaded && !page.currentRoom.isInvite)
text: i18n("Loading")
text: i18n("Loading")
QQC2.BusyIndicator {
running: loadingIndicator.visible
Layout.alignment: Qt.AlignHCenter