added a further help section

pull/14/head
Tim Su 14 years ago
parent cca7b091b4
commit ab9fec7d91

@ -55,5 +55,12 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/gtasks_GLA_signIn" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="10dip"
android:textSize="14sp"
android:text="@string/gtasks_GLA_further_help" />
</LinearLayout>
</ScrollView>

@ -22,6 +22,11 @@
<string name="gtasks_GLA_body">Please log in to Google Tasks. Astrid will
not store your password anywhere.</string>
<!-- Instructions: Gtasks further help -->
<string name="gtasks_GLA_further_help">(To view your tasks with indentation
and order preserved, go to the Filters page and select a Google Tasks list.
By default, Astrid uses its own sort settings)</string>
<!-- Sign In Button -->
<string name="gtasks_GLA_signIn">Sign In</string>

Loading…
Cancel
Save