hiding domain option because it is broken

pull/14/head
Tim Su 15 years ago
parent ab9fec7d91
commit 1d72228a29

@ -48,7 +48,8 @@
android:id="@+id/isDomain" android:id="@+id/isDomain"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:text="@string/gtasks_GLA_domain" /> android:text="@string/gtasks_GLA_domain"
android:visibility="gone" />
<Button <Button
android:id="@+id/signIn" android:id="@+id/signIn"
android:layout_width="fill_parent" android:layout_width="fill_parent"

@ -19,13 +19,13 @@
<string name="gtasks_GLA_title">Log In to Google Tasks</string> <string name="gtasks_GLA_title">Log In to Google Tasks</string>
<!-- Instructions: Gtasks login --> <!-- Instructions: Gtasks login -->
<string name="gtasks_GLA_body">Please log in to Google Tasks. Astrid will <string name="gtasks_GLA_body">Please log in to Google Tasks Sync (Beta!). Google Apps
not store your password anywhere.</string> for Domain is currently unsupported, we\'re working on that!</string>
<!-- Instructions: Gtasks further help --> <!-- Instructions: Gtasks further help -->
<string name="gtasks_GLA_further_help">(To view your tasks with indentation <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. and order preserved, go to the Filters page and select a Google Tasks list.
By default, Astrid uses its own sort settings)</string> By default, Astrid uses its own sort settings for tasks.</string>
<!-- Sign In Button --> <!-- Sign In Button -->
<string name="gtasks_GLA_signIn">Sign In</string> <string name="gtasks_GLA_signIn">Sign In</string>

Loading…
Cancel
Save