summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/chooser_list.xml2
-rw-r--r--res/layout/fragment_comics_list.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/chooser_list.xml b/res/layout/chooser_list.xml
index 53d28cd..b66982a 100644
--- a/res/layout/chooser_list.xml
+++ b/res/layout/chooser_list.xml
@@ -8,7 +8,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"/>
- <Button android:text="Choose"
+ <Button android:text="@string/choose"
android:id="@+id/btnChoose"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
diff --git a/res/layout/fragment_comics_list.xml b/res/layout/fragment_comics_list.xml
index dd358ab..ee744a8 100644
--- a/res/layout/fragment_comics_list.xml
+++ b/res/layout/fragment_comics_list.xml
@@ -26,7 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:text="No comic arhives found." />
+ android:text="@string/error_no_comic_arhives_found_" />
</LinearLayout>