Verified Commit 224c6734 authored by Dave Long's avatar Dave Long
Browse files

Issue #2921133 by quietone, VladimirAus, xjm, ankithashetty, longwave, Prem...

Issue #2921133 by quietone, VladimirAus, xjm, ankithashetty, longwave, Prem Suthar, smustgrave, benjifisher, AaronMcHale: Remove "Please" from the codebase
parent 1bb050ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line

Please read core/INSTALL.txt for detailed installation instructions for your
Drupal website.
Read core/INSTALL.txt for detailed installation instructions for your Drupal
website.
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@
    ],
    "flagWords": [
      "grey",
      "hte"
      "hte",
      "please"
    ],
    "overrides": [
      {
+3 −3
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ following in your "Database file" field:
  sites/default/files/.ht.sqlite

Note: The .ht in the name will tell Apache to prevent the database from being
downloaded. Please check that the file is, indeed, protected by your webserver.
If not, please consult the documentation of your webserver on how to protect a
file from downloading.
downloaded. Check that the file is, indeed, protected by your webserver. If not,
consult the documentation of your webserver on how to protect a file from
downloading.
+2 −2
Original line number Diff line number Diff line

Please read core/INSTALL.txt for detailed installation instructions for your
Drupal website.
Read core/INSTALL.txt for detailed installation instructions for your Drupal
website.
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ function _drupal_log_error($error, $fatal = FALSE) {
      // We fallback to a maintenance page at this point, because the page generation
      // itself can generate errors.
      // Should not translate the string to avoid errors producing more errors.
      $message = 'The website encountered an unexpected error. Please try again later.' . '<br />' . $message;
      $message = 'The website encountered an unexpected error. Try again later.' . '<br />' . $message;

      if ($is_installer) {
        // install_display_output() prints the output and ends script execution.
Loading