mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:53:24 +00:00
QML UI: better text when no profile is shown for a dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a3189a9b3e
commit
bbbd479914
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Item {
|
|||
Layout.columnSpan: 4
|
||||
Layout.margins: MobileComponents.Units.gridUnit
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: "No profile show for empty dive"
|
||||
text: "No profile to show"
|
||||
}
|
||||
}
|
||||
GridLayout {
|
||||
|
|
Loading…
Add table
Reference in a new issue