diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-06-10 12:37:50 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-06-10 12:37:50 -0500 |
commit | ef34d9b0a1346ec6a6243dc4df7c59612faf6768 (patch) | |
tree | 094050d820de972c5d248be22ac5b6ce2583d74d /src/main/resources/about/en.txt | |
parent | a00ad7ca48928a30ae577aeaed0345680df0a3fe (diff) |
Correct sample expressions in about text
The expressions were valid, but used 'hr' instead of 'h' for the hour,
which is not the abbreviation used by 7Units.
Diffstat (limited to 'src/main/resources/about/en.txt')
-rw-r--r-- | src/main/resources/about/en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/about/en.txt b/src/main/resources/about/en.txt index 068f922..37986e5 100644 --- a/src/main/resources/about/en.txt +++ b/src/main/resources/about/en.txt @@ -4,7 +4,7 @@ About 7Units Version [VERSION] inspired by GNU Units (https://www.gnu.org/software/units/). You can use it to simply convert units, but you can also use it like a calculator, computing and converting expressions -like "10 m/s + (25^2 - 5^2) mi/hr". +like "10 m/s + (25^2 - 5^2) mi/h". This software was written by Adrien Hopkins <adrien.p.hopkins@gmail.com>. |