Added "special thanks to Aidan Follestad" to the about dialog

This commit is contained in:
Karim Abou Zeid 2015-08-10 13:39:37 +02:00
commit 060c8867ea
3 changed files with 6 additions and 2 deletions

View file

@ -33,6 +33,8 @@ public class AboutDialog extends LeakDetectDialogFragment {
.iconRes(R.drawable.ic_launcher)
.content(TextUtils.concat(getActivity().getResources().getText(R.string.credits_1),
getActivity().getResources().getText(R.string.credits_2),
getActivity().getResources().getText(R.string.special_thanks_to),
getActivity().getResources().getText(R.string.special_thanks_names),
getActivity().getResources().getText(R.string.credits_3),
getActivity().getResources().getText(R.string.credits_4))
)