diff --git a/swad_changelog.h b/swad_changelog.h index f3ff4b0de..933d0d22c 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -132,13 +132,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.185 (2016-04-07)" +#define Log_PLATFORM_VERSION "SWAD 15.185.1 (2016-04-07)" #define CSS_FILE "swad15.184.7.css" #define JS_FILE "swad15.184.8.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 15.185.1: Apr 07, 2016 Change in title of edition of test questions. (198776 lines) Version 15.185: Apr 07, 2016 Fixed bugs in edition of test questions. (198755 lines) Version 15.184.8: Apr 07, 2016 Change in edition of a test question. (198708 lines) Version 15.184.7: Apr 07, 2016 Change in layout of edition of a test question. (198706 lines) diff --git a/swad_test.c b/swad_test.c index f40740cb1..97f3e020a 100644 --- a/swad_test.c +++ b/swad_test.c @@ -1267,7 +1267,7 @@ void Tst_SetIniEndDates (void) void Tst_ShowFormAskEditTsts (void) { extern const char *Txt_No_test_questions; - extern const char *Txt_Questions; + extern const char *Txt_List_edit_questions; extern const char *Txt_Show_questions; MYSQL_RES *mysql_res; unsigned long NumRows; @@ -1279,7 +1279,7 @@ void Tst_ShowFormAskEditTsts (void) fprintf (Gbl.F.Out,""); /***** Start frame *****/ - Lay_StartRoundFrame (NULL,Txt_Questions,Tst_PutIconToCreateNewTstQst); + Lay_StartRoundFrame (NULL,Txt_List_edit_questions,Tst_PutIconToCreateNewTstQst); /***** Get tags already present in the table of questions *****/ if ((NumRows = Tst_GetAllTagsFromCurrentCrs (&mysql_res))) diff --git a/swad_text.c b/swad_text.c index 2b52842d9..8f3dc2f10 100644 --- a/swad_text.c +++ b/swad_text.c @@ -16185,6 +16185,27 @@ const char *Txt_Link_to_announcement_of_exam = "Link para chamada para exame"; #endif +const char *Txt_List_edit_questions = +#if L==1 + "Llistar / editar preguntes"; +#elif L==2 + "Liste / bearbeiten Fragen"; +#elif L==3 + "List / edit questions"; +#elif L==4 + "Listar / editar preguntas"; +#elif L==5 + "Lister / modifier questions"; +#elif L==6 + "Listar / editar preguntas"; // Okoteve traducción +#elif L==7 + "Elencare / modificare domande"; +#elif L==8 + "Wyświetlić / edytować pytania"; +#elif L==9 + "listar / editar questões"; +#endif + const char *Txt_List_of_detailed_clicks = #if L==1 "Listado de clics detallados"; // Necessita traduccio