summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_loadmore.xml
diff options
context:
space:
mode:
authorpoitzorg <[email protected]>2012-01-17 23:01:47 +0100
committerpoitzorg <[email protected]>2012-01-17 23:01:47 +0100
commit30e073a9703276557a972f0a06fad29b6fd8f565 (patch)
tree92a2a432401bae4f4cc12ee4271681927471230b /res/layout/headlines_row_loadmore.xml
parentb2cf227a249e1edd625f70e661b2a1c7e7e5b2a8 (diff)
Removed hard-coded string.
Diffstat (limited to 'res/layout/headlines_row_loadmore.xml')
-rw-r--r--res/layout/headlines_row_loadmore.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/headlines_row_loadmore.xml b/res/layout/headlines_row_loadmore.xml
index 472db87b..d2eda7a6 100644
--- a/res/layout/headlines_row_loadmore.xml
+++ b/res/layout/headlines_row_loadmore.xml
@@ -28,7 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?headlineTextColor"
- android:text="Loading, please wait..." />
+ android:text="@string/loading_message" />
</LinearLayout>
</LinearLayout> \ No newline at end of file