aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/edit_key_user_id_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/edit_key_user_id_item.xml')
-rw-r--r--res/layout/edit_key_user_id_item.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/edit_key_user_id_item.xml b/res/layout/edit_key_user_id_item.xml
index 2dc383a01..d5c7c0fa5 100644
--- a/res/layout/edit_key_user_id_item.xml
+++ b/res/layout/edit_key_user_id_item.xml
@@ -29,7 +29,7 @@
<RadioButton
android:id="@+id/isMainUserId"
- android:text="Main User ID"
+ android:text="@string/label_mainUserId"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginLeft="20dip"/>
@@ -49,7 +49,7 @@
<TextView
android:id="@+id/label_name"
- android:text="Name"
+ android:text="@string/label_name"
android:layout_gravity="center_vertical"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -68,7 +68,7 @@
<TextView
android:id="@+id/label_email"
- android:text="Email"
+ android:text="@string/label_email"
android:layout_gravity="center_vertical"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -87,7 +87,7 @@
<TextView
android:id="@+id/label_comment"
- android:text="Comment"
+ android:text="@string/label_comment"
android:layout_gravity="center_vertical"
android:layout_height="wrap_content"
android:layout_width="wrap_content"