Skip to content

Commit

Permalink
End all the error messages with a period, to make them equal.
Browse files Browse the repository at this point in the history
Change-Id: I618d6be72f4961d31bb7a33777fd0752e6acfa89
Signed-off-by: Henning Nielsen Lund <[email protected]>
  • Loading branch information
hnl authored and Gerrit Code Review committed Sep 21, 2013
1 parent 1254108 commit e96a649
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
<string name="scanning_for_stations">Scanning for stations</string>

<!-- Errors and failure messages -->
<string name="unable_to_restart">Unable to restart the FM Radio</string>
<string name="unable_to_set_frequency">Unable to set the frequency</string>
<string name="unable_to_scan">Unable to start the scan</string>
<string name="unable_to_pause">Unable to pause</string>
<string name="unable_to_resume">Unable to resume</string>
<string name="unable_to_restart">Unable to restart the FM Radio.</string>
<string name="unable_to_set_frequency">Unable to set the frequency.</string>
<string name="unable_to_scan">Unable to start the scan.</string>
<string name="unable_to_pause">Unable to pause.</string>
<string name="unable_to_resume">Unable to resume.</string>
<string name="unable_to_start_radio">Unable to start the radio receiver.</string>
<string name="unable_to_mediaplayer">Unable to start Android\'s MediaPlayer</string>
<string name="unable_to_mediaplayer">Unable to start Android\'s MediaPlayer.</string>
<string name="mediaplayer_busy">MediaPlayer busy. Please wait and try again.</string>
<string name="earplugs_not_connected">You need to connect a wired headset to use this app.</string>

Expand Down

0 comments on commit e96a649

Please sign in to comment.