diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-08-20 22:23:22 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-11-03 16:57:12 +0100 |
| commit | 4b871306e465d58844e52e799abcb1259c90ad09 (patch) | |
| tree | 1a10160377578a2b616868440b33b295e3ef9228 /components/DaemonManagerDialog.qml | |
| parent | e324e160daf409bc63e6e98cce027b93759d40fa (diff) | |
| download | monzero-gui-4b871306e465d58844e52e799abcb1259c90ad09.tar.gz monzero-gui-4b871306e465d58844e52e799abcb1259c90ad09.tar.xz monzero-gui-4b871306e465d58844e52e799abcb1259c90ad09.zip | |
fix popups positioning
Diffstat (limited to 'components/DaemonManagerDialog.qml')
| -rw-r--r-- | components/DaemonManagerDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml index 77908b1f..009787eb 100644 --- a/components/DaemonManagerDialog.qml +++ b/components/DaemonManagerDialog.qml @@ -90,7 +90,7 @@ Window { } Text { - text: qsTr("Starting Monero daemon in %1 seconds").arg(countDown); + text: qsTr("Starting local node in %1 seconds").arg(countDown); font.pixelSize: 18 Layout.alignment: Qt.AlignHCenter Layout.fillWidth: true |
