File tree 2 files changed +2
-1
lines changed
java/fr/free/nrw/commons/quiz 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public void initialize(Context context){
43
43
quiz .add (q3 );
44
44
45
45
QuizQuestion q4 = new QuizQuestion (4 ,
46
- context .getResources ().getString (R .string .quiz_question_string ),
46
+ context .getResources ().getString (R .string .quiz_screenshot_question ),
47
47
URL_FOR_SCREENSHOT ,
48
48
false ,
49
49
context .getResources ().getString (R .string .screenshot_answer ));
Original file line number Diff line number Diff line change 323
323
<string name =" continue_message" >Continue</string >
324
324
<string name =" correct" >Correct Answer</string >
325
325
<string name =" wrong" >Wrong Answer</string >
326
+ <string name =" quiz_screenshot_question" >Is this screenshot OK to upload?</string >
326
327
327
328
<string name =" delete_recent_searches_dialog" >Are you sure you want to clear your search history?</string >
328
329
<string name =" search_history_deleted" >Search history deleted</string >
You can’t perform that action at this time.
0 commit comments