diff options
-rw-r--r-- | src/SetPointPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml index f8e3f26..46b7a89 100644 --- a/src/SetPointPage.qml +++ b/src/SetPointPage.qml @@ -23,7 +23,7 @@ import Nemo.Configuration 1.0 Item { id: root Asteroid.PageHeader { - text: "Add waypoint" + text: editMode ? "Edit waypoint" : "Add waypoint" } ConfigurationValue { id: waypointList |