Removed hard-coded string.

This commit is contained in:
poitzorg 2012-01-17 23:01:47 +01:00
parent b2cf227a24
commit 30e073a970

View File

@ -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>