From: David A. Velasco Date: Mon, 28 Oct 2013 12:20:24 +0000 (+0100) Subject: Fixed references to old string, now removed X-Git-Tag: oc-android-1.5.5~151 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/4a038acdd2b9d8cf564d9121558699cd8076c4d8?ds=inline;hp=--cc Fixed references to old string, now removed --- 4a038acdd2b9d8cf564d9121558699cd8076c4d8 diff --git a/res/layout-v14/generic_explanation.xml b/res/layout-v14/generic_explanation.xml index d3964564..fcf54299 100644 --- a/res/layout-v14/generic_explanation.xml +++ b/res/layout-v14/generic_explanation.xml @@ -30,7 +30,7 @@ android:layout_weight="2" android:padding="10dip" android:scrollbarAlwaysDrawVerticalTrack="true" - android:text="@string/text_placeholder" + android:text="@string/placeholder_sentence" /> diff --git a/res/layout/generic_explanation.xml b/res/layout/generic_explanation.xml index cd887553..183f926a 100644 --- a/res/layout/generic_explanation.xml +++ b/res/layout/generic_explanation.xml @@ -30,7 +30,7 @@ android:layout_weight="2" android:padding="10dip" android:scrollbarAlwaysDrawVerticalTrack="true" - android:text="@string/text_placeholder" + android:text="@string/placeholder_sentence" />