Copy update, fixed a text color bug

pull/14/head
Sam Bosley 13 years ago
parent f8765d94f9
commit 1f0d01f8ea

@ -44,6 +44,7 @@
android:autoText="true" android:autoText="true"
android:capitalize="sentences" android:capitalize="sentences"
android:singleLine="false" android:singleLine="false"
android:textColor="?attr/asTextColor"
android:freezesText="true" /> android:freezesText="true" />
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>

@ -108,7 +108,7 @@
<string name="TLA_menu_addons">Add-ons</string> <string name="TLA_menu_addons">Add-ons</string>
<!-- Menu: Adjust Sort and Hidden Task Settings --> <!-- Menu: Adjust Sort and Hidden Task Settings -->
<string name="TLA_menu_sort">Sort &amp; Subtasks</string> <string name="TLA_menu_sort">Sort</string>
<!-- Menu: Sync Now --> <!-- Menu: Sync Now -->
<string name="TLA_menu_sync">Sync Now</string> <string name="TLA_menu_sync">Sync Now</string>

@ -116,7 +116,7 @@ public class AstridLitePreferenceSpec extends AstridPreferenceSpec {
setPreference(prefs, editor, r, R.string.p_show_menu_friends, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_menu_friends, false, ifUnset);
setPreference(prefs, editor, r, R.string.p_show_featured_lists, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_featured_lists, false, ifUnset);
setPreference(prefs, editor, r, R.string.p_show_menu_sync, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_menu_sync, false, ifUnset);
setPreference(prefs, editor, r, R.string.p_show_menu_sort, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_menu_sort, true, ifUnset);
setPreference(prefs, editor, r, R.string.p_show_menu_addons, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_menu_addons, false, ifUnset);
setPreference(prefs, editor, r, R.string.p_show_quickadd_controls, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_quickadd_controls, false, ifUnset);

Loading…
Cancel
Save