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:
Dirk Hohndel 2016-02-15 07:27:00 -08:00
parent a3189a9b3e
commit bbbd479914

View file

@ -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 {