fixes the string issue (#3041)

* fix strings

* Update activity_achievements.xml
This commit is contained in:
sherlockbeard 2019-06-26 19:36:41 +05:30 committed by neslihanturan
parent 17eb6f43ed
commit 4ec92c2e7b
9 changed files with 31 additions and 26 deletions

View file

@ -199,7 +199,7 @@ public class ReviewActivity extends AuthenticatedActivity {
public void showSkipImageInfo(){
DialogUtil.showAlertDialog(ReviewActivity.this,
getString(R.string.skip_image),
getString(R.string.skip_image).toUpperCase(),
getString(R.string.skip_image_explanation),
getString(android.R.string.ok),
"",