diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2014-09-13 19:42:50 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2014-09-13 19:42:50 +0300 |
| commit | 12f5462faaa9fca92ec2c4ba9fc7ca49d0517967 (patch) | |
| tree | 9f3aa594c072c37b83da81b4af34eacb519a52d8 | |
| parent | 05db3980c187fb98b68094d2b5e53f1c9179766a (diff) | |
| download | android_packages_apps_InCallUI-12f5462faaa9fca92ec2c4ba9fc7ca49d0517967.tar.gz android_packages_apps_InCallUI-12f5462faaa9fca92ec2c4ba9fc7ca49d0517967.tar.bz2 android_packages_apps_InCallUI-12f5462faaa9fca92ec2c4ba9fc7ca49d0517967.zip | |
InCallUI: Improve some strings
Change-Id: I9b90d507fafd0efeb64415878fb1f2fd291f01d4
| -rw-r--r-- | res/values/cm_strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index e4f0c58f..77040df0 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -44,7 +44,7 @@ <!-- Set Subscription screen: label sub 2 --> <string name="sub_2">SIM 2</string> - <string name="volume_boost_notify_enabled">Volume boost is now ON</string> - <string name="volume_boost_notify_disabled">Volume boost is now OFF"</string> + <string name="volume_boost_notify_enabled">Volume boost is enabled</string> + <string name="volume_boost_notify_disabled">Volume boost is disabled</string> <string name="volume_boost_notify_unavailable">Extra volume is not available when using a headset</string> </resources> |
