Removed mistaken string

This commit is contained in:
str4d
2015-01-02 04:34:27 +00:00
parent 019773babc
commit b35eded08b
2 changed files with 1 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:text="@string/crypto_impl" android:text="Crypto implementation"
android:textAppearance="@style/TextAppearance.AppCompat.Primary"/> android:textAppearance="@style/TextAppearance.AppCompat.Primary"/>
<ImageView <ImageView

View File

@@ -141,7 +141,6 @@
<string name="address_book_empty">Address book is empty</string> <string name="address_book_empty">Address book is empty</string>
<string name="share">Share</string> <string name="share">Share</string>
<string name="address_info">Address information</string> <string name="address_info">Address information</string>
<string name="crypto_impl">Crypto implementation</string>
<string name="copy">Copy</string> <string name="copy">Copy</string>
<string name="fingerprint">Fingerprint</string> <string name="fingerprint">Fingerprint</string>
<string name="action_new_contact">New contact</string> <string name="action_new_contact">New contact</string>