diff options
author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-11 03:55:02 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-11 03:55:02 +0200 |
commit | 1eaeb2d70050de95cf6b762e6a789efced27eaa1 (patch) | |
tree | d8c5c13fd8cc2902a03243a914a6f5eec3fb7568 | |
parent | 490b58692dc105467e8e220dd5aad83ca12a48f5 (diff) | |
download | packages_apps_Settings-1eaeb2d70050de95cf6b762e6a789efced27eaa1.zip packages_apps_Settings-1eaeb2d70050de95cf6b762e6a789efced27eaa1.tar.gz packages_apps_Settings-1eaeb2d70050de95cf6b762e6a789efced27eaa1.tar.bz2 |
Improve DPI warning string
Change-Id: I3dae9dfc15a2dcfbbb59dcdf3f6d44d694598c05
-rw-r--r-- | res/values/cm_strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index d18a0c1..e2ac804 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -1019,7 +1019,7 @@ <string name="title_general">General</string> <string name="advanced">Advanced</string> <string name="link_volume_option_title">Link ringtone & notification volumes</string> - <string name="lcd_density_prompt_message">Some apps may not function at non-standard dpi.\n\nThis will restart your phone.</string> + <string name="lcd_density_prompt_message">Some apps may not function at non-standard DPI.\n\nThis will restart your device.</string> <!-- Edit access point labels: PPP number --> <string name="apn_ppp_number">APN PPP phone number</string> |