Skip to content

Commit 6d8f1b7

Browse files
committed
Merge pull request #3 from phproberto/rdeutz-8346
Fix typos
2 parents a0f977c + cad7d0f commit 6d8f1b7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

administrator/language/en-GB/en-GB.plg_system_stats.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ PLG_SYSTEM_STATS_BTN_SEND_ALWAYS="Always"
99
PLG_SYSTEM_STATS_BTN_SEND_NOW="Once"
1010
PLG_SYSTEM_STATS_DEBUG_DESC="Enable debug for testing purposes. Stats sent every page load."
1111
PLG_SYSTEM_STATS_DEBUG_LABEL="Debug"
12-
PLG_SYSTEM_STATS_INTERVAL_DESC="Stats will be sent each X hours. Default is 12"
12+
PLG_SYSTEM_STATS_INTERVAL_DESC="Statistics will be sent every X hours. The default is 12."
1313
PLG_SYSTEM_STATS_INTERVAL_LABEL="Interval (hours)"
14-
PLG_SYSTEM_STATS_LABEL_MESSAGE_TITLE="Joomla! would like your permission collect some basic statistics."
15-
PLG_SYSTEM_STATS_MODE_DESC="Selec the way you want that statistics are sent"
14+
PLG_SYSTEM_STATS_LABEL_MESSAGE_TITLE="Joomla! would like your permission to collect some basic statistics."
15+
PLG_SYSTEM_STATS_MODE_DESC="Select the way that you want the statistics to be sent."
1616
PLG_SYSTEM_STATS_MODE_LABEL="Mode"
1717
PLG_SYSTEM_STATS_MODE_OPTION_ALWAYS_SEND="Always send"
1818
PLG_SYSTEM_STATS_MODE_OPTION_NEVER_SEND="Never send"
1919
PLG_SYSTEM_STATS_MODE_OPTION_ON_DEMAND="On demand"
2020
PLG_SYSTEM_STATS_MSG_ALLOW_SENDING_DATA="Enable Joomla Statistics?"
21-
PLG_SYSTEM_STATS_MSG_JOOMLA_WANTS_TO_SEND_DATA="In order to better understand our install base and end user environments, this plugin has been created to send those stats back to a Joomla controlled central server. No identifying data is captured at any point. You can change this settings later from Plugins > System Joomla! Statistics."
21+
PLG_SYSTEM_STATS_MSG_JOOMLA_WANTS_TO_SEND_DATA="In order to better understand our install base and end user environments, this plugin has been created to send those statistics back to a Joomla! controlled central server. No identifying data is captured at any point. You can change this settings later from Plugins > System Joomla! Statistics."
2222
PLG_SYSTEM_STATS_MSG_WHAT_DATA_WILL_BE_SENT="Click here to see which information will be sent."
2323
PLG_SYSTEM_STATS_RESET_UNIQUE_ID="Reset Unique Id"
2424
PLG_SYSTEM_STATS_UNIQUE_ID_DESC="An identifier that allows the Joomla! project to count unique installs of the plugin. This is sent with the statistics back to the server."

plugins/system/stats/stats.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ class PlgSystemStats extends JPlugin
6262
/**
6363
* Url to send the statistics.
6464
*
65-
* @var string
65+
* @var string
66+
* @since 3.5
6667
*/
6768
protected $serverUrl = 'https://developer.joomla.org/stats/submit';
6869

0 commit comments

Comments
 (0)