diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-21 10:23:28 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-21 07:57:14 -0700 |
commit | 4a872f74a40fa60448140d8f7e45dad2449bc74c (patch) | |
tree | 564c99af6655c50ad3cb30d77e9a65ce0dcc3a3f /mobile-widgets/qml | |
parent | 997251d43a3db101fce47212ed3bd4f80b7fe7e8 (diff) | |
download | subsurface-4a872f74a40fa60448140d8f7e45dad2449bc74c.tar.gz |
iOS: updated text in About to reflect logs not log
Both subsurface.log and libdivecomputer.log are on the clipboard.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/About.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/About.qml b/mobile-widgets/qml/About.qml index 6d3bb28a3..4c3fe6924 100644 --- a/mobile-widgets/qml/About.qml +++ b/mobile-widgets/qml/About.qml @@ -59,7 +59,7 @@ Kirigami.ScrollablePage { SsrfButton { id: copyAppLogToClipboard Layout.alignment: Qt.AlignHCenter - text: qsTr("Copy app log to clipboard") + text: qsTr("Copy logs to clipboard") onClicked: { manager.copyAppLogToClipboard() rootItem.returnTopPage() |