From 2f81c2fb0f20bfc17e6e658047734f9063532269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 25 Oct 2013 21:46:05 +0200 Subject: spring-cleaning: remove unused resources, rename strings from camelCase to snake_case to follow standard practice --- OpenPGP-Keychain/res/layout/encrypt.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenPGP-Keychain/res/layout/encrypt.xml') diff --git a/OpenPGP-Keychain/res/layout/encrypt.xml b/OpenPGP-Keychain/res/layout/encrypt.xml index 4ed9f6aff..c9c6be5df 100644 --- a/OpenPGP-Keychain/res/layout/encrypt.xml +++ b/OpenPGP-Keychain/res/layout/encrypt.xml @@ -119,7 +119,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" - android:text="@string/label_selectPublicKeys" + android:text="@string/label_select_public_keys" android:textAppearance="?android:attr/textAppearanceMedium" />