mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
997251d43a
commit
4a872f74a4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Kirigami.ScrollablePage {
|
||||||
SsrfButton {
|
SsrfButton {
|
||||||
id: copyAppLogToClipboard
|
id: copyAppLogToClipboard
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
text: qsTr("Copy app log to clipboard")
|
text: qsTr("Copy logs to clipboard")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
manager.copyAppLogToClipboard()
|
manager.copyAppLogToClipboard()
|
||||||
rootItem.returnTopPage()
|
rootItem.returnTopPage()
|
||||||
|
|
Loading…
Add table
Reference in a new issue