Extracted remaining strings
This commit is contained in:
@@ -62,7 +62,7 @@ public class ViewEmailFragment extends Fragment {
|
||||
displayEmail(e, v);
|
||||
} else {
|
||||
TextView subject = (TextView) v.findViewById(R.id.email_subject);
|
||||
subject.setText("Email not found");
|
||||
subject.setText(R.string.email_not_found);
|
||||
}
|
||||
} catch (PasswordException e) {
|
||||
// TODO: Handle
|
||||
|
||||
Reference in New Issue
Block a user