summaryrefslogtreecommitdiffstats
path: root/res/xml/usb_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/usb_settings.xml')
-rw-r--r--res/xml/usb_settings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/usb_settings.xml b/res/xml/usb_settings.xml
index 28ef99b49..4d6ccc92e 100644
--- a/res/xml/usb_settings.xml
+++ b/res/xml/usb_settings.xml
@@ -22,12 +22,14 @@
<CheckBoxPreference
android:key="usb_mtp"
- android:title="@string/usb_label_mtp"
+ android:title="@string/usb_mtp_title"
+ android:summary="@string/usb_mtp_summary"
/>
<CheckBoxPreference
android:key="usb_ptp"
- android:title="@string/usb_label_ptp"
+ android:title="@string/usb_ptp_title"
+ android:summary="@string/usb_ptp_summary"
/>
</PreferenceScreen>