summaryrefslogtreecommitdiffstats
path: root/res/xml/rtsp_settings_preferences.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-09-10 21:37:16 +0300
committerSteve Kondik <steve@cyngn.com>2015-03-28 14:58:18 -0700
commit5c7a30d0b223a610284ca064f6060d7b94b8772b (patch)
treebc60472efd1d21008c514b9b398fea3000170109 /res/xml/rtsp_settings_preferences.xml
parent8b6df9408a82eaa84d99e6f16a640dffff587bcd (diff)
downloadandroid_packages_apps_Gallery2-5c7a30d0b223a610284ca064f6060d7b94b8772b.tar.gz
android_packages_apps_Gallery2-5c7a30d0b223a610284ca064f6060d7b94b8772b.tar.bz2
android_packages_apps_Gallery2-5c7a30d0b223a610284ca064f6060d7b94b8772b.zip
Gallery2: Improve strings
Change-Id: I412575218eec402b194cb8b51b7bee6d2e353b79
Diffstat (limited to 'res/xml/rtsp_settings_preferences.xml')
-rw-r--r--res/xml/rtsp_settings_preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/rtsp_settings_preferences.xml b/res/xml/rtsp_settings_preferences.xml
index 8e26c4d8c..4809cf0ee 100644
--- a/res/xml/rtsp_settings_preferences.xml
+++ b/res/xml/rtsp_settings_preferences.xml
@@ -11,7 +11,7 @@
android:summary=""
android:title="@string/rtp_min_port" />
<EditTextPreference
- android:dialogTitle="@string/rtp_max_port"
+ android:dialogTitle="@string/set_rtp_max_port"
android:inputType="number"
android:key="rtp_max_port"
android:maxLength="5"
@@ -32,7 +32,7 @@
<PreferenceCategory android:title="@string/apn" >
<PreferenceScreen
android:key="apn"
- android:title="@string/apn" >
+ android:title="@string/set_apn" >
</PreferenceScreen>
</PreferenceCategory>