Fix string resources

This commit is contained in:
mar-v-in
2014-07-31 23:36:37 +02:00
parent 36d8c9f608
commit c71cdc1432
3 changed files with 7 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/from"/>
android:text="@string/label_asymmetric_from"/>
<Spinner
android:id="@+id/sign"
android:layout_width="match_parent"