diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-10-16 22:08:17 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-16 22:08:17 +0000 |
commit | 4a43a107d7b70444d21aaf98fac7381e3adac7b5 (patch) | |
tree | 3f918f199501617a33ce333d1737b3abe47bab43 /res | |
parent | 667695eb117c8d1865b12145c5a348e8da5f70e1 (diff) | |
parent | c94382e84e4b899873b1005cb21f1370f8f13319 (diff) | |
download | packages_apps_Settings-4a43a107d7b70444d21aaf98fac7381e3adac7b5.zip packages_apps_Settings-4a43a107d7b70444d21aaf98fac7381e3adac7b5.tar.gz packages_apps_Settings-4a43a107d7b70444d21aaf98fac7381e3adac7b5.tar.bz2 |
Merge "Fix bug #18017952 It does not search all possible "USB" results that can be found in the settings" into lmp-mr1-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/usb_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/usb_settings.xml b/res/xml/usb_settings.xml index 4d6ccc9..4b0268b 100644 --- a/res/xml/usb_settings.xml +++ b/res/xml/usb_settings.xml @@ -15,7 +15,7 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/location_settings_title"> + android:title="@string/storage_title_usb"> <PreferenceCategory android:title="@string/usb_connection_category" /> |