diff --git a/swad_changelog.h b/swad_changelog.h index 9a50fc392..de5fc8a53 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -35,11 +35,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.52.3 (2015/01/02)" +#define Log_PLATFORM_VERSION "SWAD 14.52.4 (2015/01/02)" // 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 | tail -1 /* + Version 14.52.4 :Jan 02, 2014 Removed unnecessary titles in statistics. (173169 lines) Version 14.52.3 :Jan 02, 2014 Titles in statistics. (173258 lines) Version 14.52.2 :Jan 02, 2014 Fixed bugs in layout. Statistics about number of users who hace chosen a menu. (173163 lines) diff --git a/swad_network.c b/swad_network.c index 6fa4224fc..5c328cf43 100644 --- a/swad_network.c +++ b/swad_network.c @@ -313,7 +313,7 @@ static void Net_GetMyWebsAndSocialNetsFromForm (void) void Net_ShowWebAndSocialNetworksStats (void) { - extern const char *Txt_Webs_social_networks; + extern const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_TYPES_USE_STATS]; extern const char *Txt_Web_social_network; extern const char *Txt_No_of_users; extern const char *Txt_PERCENT_of_users; @@ -388,7 +388,7 @@ void Net_ShowWebAndSocialNetworksStats (void) "can not get number of users with webs / social networks"); /***** Number of users *****/ - Lay_StartRoundFrameTable10 (NULL,2,Txt_Webs_social_networks); + Lay_StartRoundFrameTable10 (NULL,2,Txt_STAT_USE_STAT_TYPES[Sta_SOCIAL_NETWORKS]); fprintf (Gbl.F.Out,"" "" diff --git a/swad_statistic.c b/swad_statistic.c index 52cbd9c34..bc051a9ca 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -3617,7 +3617,7 @@ void Sta_ReqUseOfPlatform (void) { extern const char *The_ClassFormul[The_NUM_THEMES]; extern const char *Txt_Scope; - extern const char *Txt_Statistics; + extern const char *Txt_Statistic; extern const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_TYPES_USE_STATS]; extern const char *Txt_Show_statistic; Sta_UseStatType_t UseStatType; @@ -3644,7 +3644,7 @@ void Sta_ReqUseOfPlatform (void) /***** Type of statistic *****/ fprintf (Gbl.F.Out,"
" "%s: