Added settings for roll again and calc successes

These changes are finished on the settings activity side, need to be
implemented on the application side

Change-Id: I8a2d3a027d21f3a62a0cb84eaa0b60d9bcc73ede
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-07 11:38:59 -05:00
parent 38fd1e2d5d
commit e0cfaa2266
3 changed files with 23 additions and 0 deletions

View File

@@ -22,5 +22,9 @@
<string name="total">Total: </string>
<string name="sucesses">\nSuccesses: </string>
<string name="rolls">\nRolls: </string>
<string name="roll_again">Roll Again</string>
<string name="roll_again_summary">Rolls the with the same presets as the selected roll from history</string>
<string name="calc_successes">Calculate Successes</string>
<string name="calc_successes_summary">Calculates the total amount of success for each roll</string>
</resources>