OSDN Git Service

Rename unaccounted to unknown.
authorDianne Hackborn <hackbod@google.com>
Tue, 25 Feb 2014 01:10:13 +0000 (17:10 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 25 Feb 2014 02:16:12 +0000 (18:16 -0800)
Change-Id: I8071c3046c69a5f513cfbec12bc0b8628194b30d

res/values/strings.xml

index 8cb1510..b42c88c 100644 (file)
     <!-- Label for power consumed when Idle -->
     <string name="power_idle" product="default">Phone idle</string>
     <!-- Label for power that we aren't able to account for -->
-    <string name="power_unaccounted">Unaccounted</string>
+    <string name="power_unaccounted">Unknown</string>
     <!-- Label for power that we computed too much for -->
     <string name="power_overcounted">Over-counted</string>
 
     <string name="battery_desc_users">Battery used by user</string>
 
     <!-- [CHAR LIMIT=50] Description for unaccounted power use -->
-    <string name="battery_desc_unaccounted">Unaccounted power use</string>
+    <string name="battery_desc_unaccounted">Unknown power use</string>
     <!-- [CHAR LIMIT=50] Description for over-counted power use -->
     <string name="battery_desc_overcounted">Over-counted power use</string>
     <!-- Representation of a mAh value. [CHAR LIMIT=NONE] -->