aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-10-25 21:46:05 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-10-25 21:46:05 +0200
commit2f81c2fb0f20bfc17e6e658047734f9063532269 (patch)
tree4bd81fde1ac79b3d935c9438da54c70a58ca6bfe /OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
parent283037acf51cbdae245323ff31b774915bc922ec (diff)
downloadopen-keychain-2f81c2fb0f20bfc17e6e658047734f9063532269.tar.gz
open-keychain-2f81c2fb0f20bfc17e6e658047734f9063532269.tar.bz2
open-keychain-2f81c2fb0f20bfc17e6e658047734f9063532269.zip
spring-cleaning: remove unused resources, rename strings from camelCase to snake_case to follow standard practice
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java')
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
index 65bcc0fab..6bbab09b2 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
@@ -85,7 +85,7 @@ public class SelectPublicKeyFragment extends ListFragmentWorkaround implements
// Give some text to display if there is no data. In a real
// application this would come from a resource.
- setEmptyText(getString(R.string.listEmpty));
+ setEmptyText(getString(R.string.list_empty));
mAdapter = new SelectKeyCursorAdapter(mActivity, null, 0, mListView, Id.type.public_key);