Added "special thanks to Aidan Follestad" to the about dialog
This commit is contained in:
parent
e052650602
commit
060c8867ea
3 changed files with 6 additions and 2 deletions
|
|
@ -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))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue