Extracted remaining strings

This commit is contained in:
str4d
2014-07-08 00:05:40 +00:00
parent db21839748
commit 27fe9f06d8
9 changed files with 27 additions and 15 deletions

View File

@@ -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