Skip to content

Commit

Permalink
capitalize string in title case (fixes #35) (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Going-Gone authored and Jackbui96 committed Feb 26, 2018
1 parent 4e2ade1 commit 8886b68
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -32,8 +32,8 @@
<string name="progress_dialog_message">Wait while configuring...</string>

<!-- DeviceListActivity -->
<string name="scanning">scanning for devices...</string>
<string name="select_device">select a device to connect</string>
<string name="scanning">Scanning for devices...</string>
<string name="select_device">Select a device to connect</string>
<string name="none_paired">No devices have been paired</string>
<string name="none_found">No devices found</string>
<string name="title_paired_devices">Paired Devices</string>
Expand Down

0 comments on commit 8886b68

Please sign in to comment.