aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml
diff options
context:
space:
mode:
authoruberspot <onexemailx@gmail.com>2014-03-07 22:12:58 +0200
committeruberspot <onexemailx@gmail.com>2014-03-07 22:35:49 +0200
commitc1c462db4f0d44a5584bf9ef9a23dffd7d1c5ef0 (patch)
tree96535b6b037455d7bad624df10a6905267cd7b08 /OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml
parentca851ba21f6a5738467d04cada74d05950bf69b7 (diff)
downloadopen-keychain-c1c462db4f0d44a5584bf9ef9a23dffd7d1c5ef0.tar.gz
open-keychain-c1c462db4f0d44a5584bf9ef9a23dffd7d1c5ef0.tar.bz2
open-keychain-c1c462db4f0d44a5584bf9ef9a23dffd7d1c5ef0.zip
move hardcode strings to strings.xml
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml b/OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml
index 9307ab2e5..f07d60214 100644
--- a/OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/key_list_public_item.xml
@@ -15,7 +15,7 @@
android:id="@+id/mainUserId"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Main User ID"
+ android:text="@string/label_main_user_id"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />