Skip to content

Commit 6f7793e

Browse files
tanvidadunicolas-raoul
authored andcommitted
Reworded the question
1 parent ff2a89a commit 6f7793e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/java/fr/free/nrw/commons/quiz/QuizController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void initialize(Context context){
4343
quiz.add(q3);
4444

4545
QuizQuestion q4 = new QuizQuestion(4,
46-
context.getResources().getString(R.string.quiz_question_string),
46+
context.getResources().getString(R.string.quiz_screenshot_question),
4747
URL_FOR_SCREENSHOT,
4848
false,
4949
context.getResources().getString(R.string.screenshot_answer));

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323
<string name="continue_message">Continue</string>
324324
<string name="correct">Correct Answer</string>
325325
<string name="wrong">Wrong Answer</string>
326+
<string name="quiz_screenshot_question">Is this screenshot OK to upload?</string>
326327

327328
<string name="delete_recent_searches_dialog">Are you sure you want to clear your search history?</string>
328329
<string name="search_history_deleted">Search history deleted</string>

0 commit comments

Comments
 (0)