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/edit_key_key_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenPGP-Keychain/res/layout/edit_key_key_item.xml') diff --git a/OpenPGP-Keychain/res/layout/edit_key_key_item.xml b/OpenPGP-Keychain/res/layout/edit_key_key_item.xml index 0cb312583..521e8ce2c 100644 --- a/OpenPGP-Keychain/res/layout/edit_key_key_item.xml +++ b/OpenPGP-Keychain/res/layout/edit_key_key_item.xml @@ -39,7 +39,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:paddingRight="10dip" - android:text="@string/label_keyId" /> + android:text="@string/label_key_id" />