summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2012-04-09 14:46:39 -0700
committerEric Fischer <enf@google.com>2012-04-09 14:46:58 -0700
commit88fd93ab0d29161f0a3e322ccb5569836426a74e (patch)
tree10f6ab54ca734d7d15cdc72b6a1dafb3a0dd24b0 /chips/res
parentfac09ce9fc1e12216d5b1f3d9c99711fbca72d6f (diff)
downloadandroid_frameworks_ex-88fd93ab0d29161f0a3e322ccb5569836426a74e.tar.gz
android_frameworks_ex-88fd93ab0d29161f0a3e322ccb5569836426a74e.tar.bz2
android_frameworks_ex-88fd93ab0d29161f0a3e322ccb5569836426a74e.zip
Fix reference to renamed string.
Change-Id: Ifd863082b382e1f6fbe38735b50a527f1b6f5226
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/layout/copy_chip_dialog_layout.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chips/res/layout/copy_chip_dialog_layout.xml b/chips/res/layout/copy_chip_dialog_layout.xml
index d5e072d..f131626 100644
--- a/chips/res/layout/copy_chip_dialog_layout.xml
+++ b/chips/res/layout/copy_chip_dialog_layout.xml
@@ -17,7 +17,7 @@
<Button xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/copy"
+ android:text="@string/copy_email"
android:id="@+android:id/button1"
android:background="@null"
- android:layout_gravity="left"/> \ No newline at end of file
+ android:layout_gravity="left"/>