diff options
| author | Marco Brohet <therbom@gmail.com> | 2013-04-14 05:48:17 -0700 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-04-14 05:48:17 -0700 |
| commit | fce8d658847dec3ffbd5a10bb4dcafc8f02e33ea (patch) | |
| tree | 924c159604b0e92e8fe77b8604ad55317aeaf06e | |
| parent | 99068e19ee52690b21d8f5814aac03c6f70726d9 (diff) | |
| parent | 8ecda46d261a81a78b84056bc92b386d96875d9e (diff) | |
| download | device_samsung_i9305-fce8d658847dec3ffbd5a10bb4dcafc8f02e33ea.zip device_samsung_i9305-fce8d658847dec3ffbd5a10bb4dcafc8f02e33ea.tar.gz device_samsung_i9305-fce8d658847dec3ffbd5a10bb4dcafc8f02e33ea.tar.bz2 | |
Merge "DeviceParts: Add uniform title between devices" into cm-10.1
| -rw-r--r-- | DeviceSettings/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DeviceSettings/res/values/strings.xml b/DeviceSettings/res/values/strings.xml index c32c2d5..5570385 100644 --- a/DeviceSettings/res/values/strings.xml +++ b/DeviceSettings/res/values/strings.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">Galaxy S III Settings</string> + <string name="app_name">Advanced settings</string> <string name="category_dock_title">Dock</string> <string name="dockaudio_subcat_title">Dock Audio</string> |
