diff options
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 1af15f9..36924ee 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -1225,13 +1225,15 @@ <!-- [CHAR LIMIT=40] Labels for memory states --> <string-array name="ram_states"> <!-- Normal desired memory state. --> - <item>Good performance</item> + <item>Normal</item> <!-- Moderate memory state, not as good as normal. --> - <item>Ok performance</item> + <item>Moderate</item> <!-- Memory is running low. --> - <item>Poor performance</item> + <item>Low</item> <!-- Memory is critical. --> - <item>Very poor performance</item> + <item>Critical</item> + <!-- Unknown memory state --> + <item>\?</item> </string-array> <array name="ram_colors"> |