aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index d676549b4..b353b135c 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -404,6 +404,7 @@ Kirigami.ScrollablePage {
name: ":/icons/downloadDC"
color: subsurfaceTheme.primaryColor
}
+ text: qsTr("Download dives")
onTriggered: {
showDownloadPage()
}
@@ -413,6 +414,7 @@ Kirigami.ScrollablePage {
icon {
name: ":/icons/list-add"
}
+ text: qsTr("Add dive")
onTriggered: {
startAddDive()
}