Skip to content

Commit

Permalink
Merge pull request #1198 from DroidPlanner/buildingMapperFix
Browse files Browse the repository at this point in the history
BuildingMapper: Renamed string
  • Loading branch information
arthurbenemann committed Oct 22, 2014
2 parents 5d9eabd + 3701505 commit d130045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:text="Waffle Maker"
android:text="@string/waypointType_BuildingMapper"
android:textAllCaps="true" />

<TextView
Expand Down
1 change: 1 addition & 0 deletions Android/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
<string name="waypointType_Loiter">Loiter</string>
<string name="waypointType_ROI">Region of Interest</string>
<string name="waypointType_Survey">Survey Polygon</string>
<string name="waypointType_BuildingMapper">Landmark Mapper</string>

<!-- Waypoint info -->
<string name="waypointInfo_Land">Land vehicle at the current location. You must manually exit Auto mode to disarm motors.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public enum MissionItemType {
WAYPOINT("Waypoint"), SPLINE_WAYPOINT("Spline Waypoint"), TAKEOFF("Takeoff"), RTL(
"Return to Launch"), LAND("Land"), CIRCLE("Circle"), ROI("Region of Interest"), SURVEY(
"Survey"), CYLINDRICAL_SURVEY("Building Mapper");
"Survey"), CYLINDRICAL_SURVEY("Landmark Mapper");

private final String name;

Expand Down

0 comments on commit d130045

Please sign in to comment.