Add 0,00 grade modifier (#596)
This commit is contained in:

committed by
Rafał Borcz

parent
24f605c71c
commit
41aa326f42
@ -13,7 +13,7 @@
|
||||
<bool name="pref_default_services_wifi_only">false</bool>
|
||||
<bool name="pref_default_notifications_enable">true</bool>
|
||||
<bool name="pref_default_notification_debug">false</bool>
|
||||
<string name="pref_default_grade_modifier_plus">0.0</string>
|
||||
<string name="pref_default_grade_modifier_minus">0.0</string>
|
||||
<string name="pref_default_grade_modifier_plus">0.33</string>
|
||||
<string name="pref_default_grade_modifier_minus">0.33</string>
|
||||
<bool name="pref_default_fill_message_content">true</bool>
|
||||
</resources>
|
||||
|
@ -55,7 +55,7 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="grade_modifier_entries">
|
||||
<item>Default</item>
|
||||
<item>0,00</item>
|
||||
<item>0,25</item>
|
||||
<item>0,33</item>
|
||||
<item>0,5</item>
|
||||
|
Reference in New Issue
Block a user