summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin <iCollin@users.noreply.github.com>2019-10-11 16:04:32 -0400
committerGitHub <noreply@github.com>2019-10-11 16:04:32 -0400
commit8eac502152623e5ce91272ed20b565d8e5260c2e (patch)
treec18b58f4aae597209b751c6de350ea7a581225e4
parent6c379530f25f7b341e6b6650ec5260647568a559 (diff)
downloadsdl_core-8eac502152623e5ce91272ed20b565d8e5260c2e.tar.gz
move mismatched textfields to bottom of enum (#3074)
-rw-r--r--src/components/interfaces/HMI_API.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 8407d4aea4..ff9a489ce3 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -611,12 +611,6 @@
<element name="menuTitle">
<description> Optional text to label an app menu button (for certain touchscreen platforms).</description>
</element>
- <element name="navigationText">
- <description>Navigation text for UpdateTurnList.</description>
- </element>
- <element name="notificationText">
- <description>Text of notification to be displayed on screen.</description>
- </element>
<element name="locationName">
<description> Optional name / title of intended location for SendLocation.</description>
</element>
@@ -632,6 +626,12 @@
<element name="timeToDestination"/>
<!-- TO DO to be removed -->
<element name="turnText"/>
+ <element name="navigationText">
+ <description>Navigation text for UpdateTurnList.</description>
+ </element>
+ <element name="notificationText">
+ <description>Text of notification to be displayed on screen.</description>
+ </element>
</enum>
<enum name="MetadataType">