Extracted string resource for "Quest"

This commit is contained in:
Dan Lew 2015-12-17 07:01:39 -06:00
parent 82fcc5c95d
commit eebc7fc91c
2 changed files with 2 additions and 1 deletions

View file

@ -54,7 +54,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Quest"
android:text="@string/quest"
android:layout_margin="5dp"
android:visibility="@{quest != null ? View.VISIBLE : View.GONE}" />

View file

@ -145,4 +145,5 @@
<string name="taskform.delete.message">Do you really want to delete?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="quest">Quest</string>
</resources>