From ef34d9b0a1346ec6a6243dc4df7c59612faf6768 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 10 Jun 2025 12:37:50 -0500 Subject: 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. --- src/main/resources/about/en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/about/en.txt') 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 . -- cgit v1.2.3