Skip to content

Commit

Permalink
partial revert: space for new sentence within **** region
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 24, 2024
1 parent 624c600 commit 11d613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/onAttach.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if (gettext("TRANSLATION CHECK") != "TRANSLATION CHECK") {
packageStartupMessagef(
"**********\nRunning data.table in English; package support is available in English only. When searching for online help, be sure to also check for the English error message. This can be obtained by looking at the po/R-<locale>.po and po/<locale>.po files in the package source, where the native language and English error messages can be found side-by-side.%s\n**********",
if (exists('Sys.setLanguage', envir=baseenv())) "\nYou can also try calling Sys.setLanguage('en') prior to reproducing the error message." else ""
if (exists('Sys.setLanguage', envir=baseenv())) " You can also try calling Sys.setLanguage('en') prior to reproducing the error message." else ""
)
}
if (dev && (Sys.Date() - as.Date(d))>28L)
Expand Down

0 comments on commit 11d613b

Please sign in to comment.