summaryrefslogtreecommitdiffstats
path: root/remoting/resources/android/layout/pin_dialog.xml
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 18:04:08 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 18:04:08 +0000
commitc10a09edfc1b1fb462545eefc3c02e7016be731e (patch)
tree54e3fe40ad47e1de7b29fa99570066731df1cf6a /remoting/resources/android/layout/pin_dialog.xml
parent35a80e5118028fea5c6efdefe2871be53eb0f144 (diff)
downloadchromium_src-c10a09edfc1b1fb462545eefc3c02e7016be731e.zip
chromium_src-c10a09edfc1b1fb462545eefc3c02e7016be731e.tar.gz
chromium_src-c10a09edfc1b1fb462545eefc3c02e7016be731e.tar.bz2
Replaced all single strings with localized resources.
BUG=270362 NOTRY=true Review URL: https://codereview.chromium.org/185853005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources/android/layout/pin_dialog.xml')
-rw-r--r--remoting/resources/android/layout/pin_dialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/resources/android/layout/pin_dialog.xml b/remoting/resources/android/layout/pin_dialog.xml
index 8590ce4..4ea5dc3 100644
--- a/remoting/resources/android/layout/pin_dialog.xml
+++ b/remoting/resources/android/layout/pin_dialog.xml
@@ -15,7 +15,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<CheckBox android:id="@+id/pin_dialog_check"
- android:text="@string/pin_entry_pair"
+ android:text="@string/remember_pin"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>