Clarify how to log in

This commit is contained in:
str4d
2014-09-18 22:23:38 +00:00
parent 61f351e597
commit 30de39f28f
2 changed files with 2 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ public class EmailListFragment extends ListFragment implements
}
setEmptyText(getResources().getString(
R.string.not_authed));
R.string.touch_lock_to_log_in));
getLoaderManager().destroyLoader(EMAIL_LIST_LOADER);
listInitialized = false;

View File

@@ -36,6 +36,7 @@
<string name="go_to_inbox">Go to inbox</string>
<string name="log_in">Log in</string>
<string name="clear_password">Clear password</string>
<string name="touch_lock_to_log_in">Touch the lock icon to log in.</string>
<string name="action_new_email">New email</string>
<string name="action_send_email">Send email</string>
<string name="action_start_bote">Connect to network</string>