From c59ebb53d766774d3def0d3f0271d76b099aa3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 31 Mar 2017 01:59:10 +0200 Subject: [PATCH] Version 16.172.3 --- swad_changelog.h | 3 ++- swad_help_URL.c | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 78b477c8d..1fe8a1c48 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -212,13 +212,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.172.2 (2017-03-30)" +#define Log_PLATFORM_VERSION "SWAD 16.172.3 (2017-03-31)" #define CSS_FILE "swad16.166.css" #define JS_FILE "swad16.144.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 16.172.3: Mar 31, 2017 Some help URLs translated to spanish. (217556 lines) Version 16.172.2: Mar 30, 2017 Some help URLs translated to spanish. (217555 lines) Version 16.172.1: Mar 30, 2017 Some help URLs translated to spanish. (217554 lines) Version 16.172: Mar 30, 2017 Some help URLs translated to spanish. diff --git a/swad_help_URL.c b/swad_help_URL.c index a76698593..d39cfd175 100644 --- a/swad_help_URL.c +++ b/swad_help_URL.c @@ -1907,7 +1907,7 @@ const char *Hlp_MESSAGES_Received = #elif L==3 "MESSAGES.Received"; #elif L==4 - "MESSAGES.Received"; + "MESSAGES.Received.es"; #elif L==5 "MESSAGES.Received"; #elif L==6 @@ -1928,7 +1928,7 @@ const char *Hlp_MESSAGES_Received_filter = #elif L==3 "MESSAGES.Received#filter"; #elif L==4 - "MESSAGES.Received#filter"; + "MESSAGES.Received.es#filtro"; #elif L==5 "MESSAGES.Received#filter"; #elif L==6 @@ -1949,7 +1949,7 @@ const char *Hlp_MESSAGES_Sent = #elif L==3 "MESSAGES.Sent"; #elif L==4 - "MESSAGES.Sent"; + "MESSAGES.Sent.es"; #elif L==5 "MESSAGES.Sent"; #elif L==6 @@ -1970,7 +1970,7 @@ const char *Hlp_MESSAGES_Sent_filter = #elif L==3 "MESSAGES.Sent#filter"; #elif L==4 - "MESSAGES.Sent#filter"; + "MESSAGES.Sent.es#filtro"; #elif L==5 "MESSAGES.Sent#filter"; #elif L==6