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>
This commit is contained in:
jan Iversen 2018-05-21 10:23:28 +02:00 committed by Dirk Hohndel
parent 997251d43a
commit 4a872f74a4

View file

@ -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()