I found some mistakes in the English configuration of Timecheck (the configuration after one does ./install-timecheck):
- The first screen says "[...] if it does not existing yet. [...]", but the right spelling would be "[...] if it does not exist yet. [...]" (existing to exist).
- The second screen says "Timecheck konfiguration" in the title, but it should be "Timecheck configuration" (konfiguration to configuration).
- The screen that let's one check if all information is correct says "[...] Are these information correct? [...]", but the grammaticaly correct version would be [...] Is this information correct? [...] (Are these to Is this).
- The last message in the terminal has some things I'd correct or phrase differently:
--1: "[...] We are almost done. Just one thing is missing [...]" should be "[...] We are almost done. There is just one thing missing. [...]" (the there (with a minor adjustion of the sentence) and the dot at the sentence's end are added).
--2: "[...] Please add the following to the end of the root crontab
open the crontab with 'sudo crontab -e' [...]" should be switched and corrected a bit to "[...] Open the crontab with 'sudo crontab -e'
Please add the following to the end of the root crontab:" (switched the two sentences, made open to Open, added : at the end).
--3: "[...] if you want to change the configuration please run [...]" should be "[...] If you want to change the configuration please run the following: [...]" (if to If, added the following, added : at the end).
(--3.5: Question: Is the in "change-settings.sh in /opt/timecheck/" part of the command?)
--4: "[...] You may also edit timecheck.conf by your own
but this is not recommended! [...]" should be "[...] You may also edit timecheck.conf by your own.
But this is not recommended! [...]" (dot at end of first sentence, but to But).
Also, there is a mistake in the German README: It says the terminal command "chomod +x install-timecheck.sh" but it should be, like in the English README: "chmod +x install-timecheck.sh" (chomod to chmod)
That was a lot of things xD, but that’s it.
Thanks for the great script anyways! :)
I found some mistakes in the English configuration of Timecheck (the configuration after one does ./install-timecheck):
1) The first screen says "[...] if it does not existing yet. [...]", but the right spelling would be "[...] if it does not exist yet. [...]" **(existing to exist)**.
2) The second screen says "Timecheck konfiguration" in the title, but it should be "Timecheck configuration" **(konfiguration to configuration)**.
3) The screen that let's one check if all information is correct says "[...] Are these information correct? [...]", but the grammaticaly correct version would be [...] Is this information correct? [...] **(Are these to Is this)**.
4) The last message in the terminal has some things I'd correct or phrase differently:
--1: "[...] We are almost done. Just one thing is missing [...]" should be "[...] We are almost done. There is just one thing missing. [...]" **(the there (with a minor adjustion of the sentence) and the dot at the sentence's end are added)**.
--2: "[...] Please add the following to the end of the root crontab
open the crontab with 'sudo crontab -e' [...]" should be switched and corrected a bit to "[...] Open the crontab with 'sudo crontab -e'
Please add the following to the end of the root crontab:" **(switched the two sentences, made open to Open, added : at the end)**.
--3: "[...] if you want to change the configuration please run [...]" should be "[...] If you want to change the configuration please run the following: [...]" **(if to If, added the following, added : at the end)**.
(--3.5: Question: Is the in "change-settings.sh in /opt/timecheck/" part of the command?)
--4: "[...] You may also edit timecheck.conf by your own
but this is not recommended! [...]" should be "[...] You may also edit timecheck.conf by your own.
But this is not recommended! [...]" **(dot at end of first sentence, but to But)**.
Also, there is a mistake in the German README: It says the terminal command "chomod +x install-timecheck.sh" but it should be, like in the English README: "chmod +x install-timecheck.sh" (chomod to chmod)
That was a lot of things xD, but that’s it.
Thanks for the great script anyways! :)