Skip to content

Commit

Permalink
Rename Maps to Map
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGaubert committed Oct 17, 2017
1 parent 775cee1 commit 88d3b91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa

setHasOptionsMenu(true);

setupToolbar((Toolbar) root.findViewById(R.id.toolbar), R.string.fragment_maps_title);
setupToolbar((Toolbar) root.findViewById(R.id.toolbar), R.string.fragment_map_title);

CameraPosition cameraPosition = new CameraPosition.Builder()
.target(new LatLng(30.268915, -97.740378))
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/nav_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<item
android:id="@+id/nav_map"
android:icon="@drawable/ic_map"
android:title="@string/fragment_maps_title" />
android:title="@string/fragment_map_title" />
<item
android:id="@+id/nav_sponsors"
android:icon="@drawable/ic_grade"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<string name="fragment_twitter_open_in_twitter">Open in Twitter</string>
<string name="twitter_empty_title">Unable to fetch Tweets</string>

<!-- MapsFragment -->
<string name="fragment_maps_title">Maps</string>
<!-- GoogleMapFragment -->
<string name="fragment_map_title">Map</string>
<string name="fragment_map_reset_map">Reset Map</string>
<string name="fragment_map_remote_map">PDF Map</string>
<string name="fragment_map_capital_ballroom">Capital Ballroom</string>
Expand Down

0 comments on commit 88d3b91

Please sign in to comment.