File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
java/fr/free/nrw/commons/quiz Expand file tree Collapse file tree 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){
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 ));
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments