From 2bda5943b53c4e2864d82e2b45d56d05f872d299 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Sat, 7 Jun 2014 16:17:47 +1200 Subject: [PATCH] use GNU/Linux instead of Linux --- core/Filechecks.php | 2 +- lang/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Filechecks.php b/core/Filechecks.php index 7bbf0f1162..3fccf2c8a2 100644 --- a/core/Filechecks.php +++ b/core/Filechecks.php @@ -198,7 +198,7 @@ class Filechecks $message .= "On Windows, check that the folder is not read only and is writable.\n You can try to execute:<br />"; } else { - $message .= "For example, on a Linux server if your Apache httpd user + $message .= "For example, on a GNU/Linux server if your Apache httpd user is www-data, you can try to execute:<br />\n" . "<code>chown -R www-data:www-data " . $path . "</code><br />"; } diff --git a/lang/en.json b/lang/en.json index 4e8123ec6f..0412611fff 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1132,7 +1132,7 @@ "SystemCheckOtherFunctions": "Other functions", "SystemCheckPackHelp": "The pack() function is required to track visitors in Piwik.", "SystemCheckParseIniFileHelp": "This built-in function has been disabled on your host. Piwik will attempt to emulate this function but may encounter further security restrictions. Tracker performance will also be impacted.", - "SystemCheckPdoAndMysqliHelp": "On a Linux server you can compile php with the following options: %1$s In your php.ini, add the following lines: %2$s", + "SystemCheckPdoAndMysqliHelp": "On a GNU/Linux server you can compile php with the following options: %1$s In your php.ini, add the following lines: %2$s", "SystemCheckPhp": "PHP version", "SystemCheckPhpPdoAndMysqli": "More information on: %1$sPHP PDO%2$s and %3$sMYSQLI%4$s.", "SystemCheckSplHelp": "You need to configure and rebuild PHP with the Standard PHP Library (SPL) enabled (by default).", @@ -1149,7 +1149,7 @@ "SystemCheckWarnSimpleXMLHelp": "You should enable the \"SimpleXML\" extension (e.g., install the \"php-simplexml\" and\/or \"php-xml\" package).", "SystemCheckWinPdoAndMysqliHelp": "On a Windows server you can add the following lines to your php.ini: %s", "SystemCheckWriteDirs": "Directories with write access", - "SystemCheckWriteDirsHelp": "To fix this error on your Linux system, try typing in the following command(s)", + "SystemCheckWriteDirsHelp": "To fix this error on your GNU/Linux system, try typing in the following command(s)", "SystemCheckZlibHelp": "You need to configure and rebuild PHP with \"zlib\" support enabled, --with-zlib.", "SystemCheckCronArchiveProcess": "Archive Cron", "SystemCheckCronArchiveProcessCLI": "Managing processes via CLI", -- GitLab