Skip to content

Commit

Permalink
Merge pull request mooshim#41 from phedders/master
Browse files Browse the repository at this point in the history
prh: Small typo
  • Loading branch information
jwhong authored Sep 27, 2016
2 parents 9f9fe44 + 8ccd705 commit 854ba5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void onCreate(Bundle savedInstanceState) {
builder.add("Downloaded Firmware","Version code: "+Util.getDownloadFW().getVersion(),null);
}
builder.add("Use Fahrenheit","Display temperatures in F instead of C",makeSwitchForPreference(Util.preference_keys.USE_FAHRENHEIT));
builder.add("Boardcast Intents","Broadcasts readings to the Android system so other apps can listen.",makeSwitchForPreference(Util.preference_keys.BROADCAST_INTENTS));
builder.add("Broadcast Intents","Broadcasts readings to the Android system so other apps can listen.",makeSwitchForPreference(Util.preference_keys.BROADCAST_INTENTS));
builder.add("Help","Visit help website",makeButton("Help", new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 854ba5f

Please sign in to comment.