From 11f275963e1989a7007b1082b4a4c486378d9c8c Mon Sep 17 00:00:00 2001 From: Richard Kello Date: Thu, 9 Jul 2026 12:20:34 +0200 Subject: [PATCH] Update incorrect range translations --- app/attributes/fieldvalidator.cpp | 4 +-- app/i18n/input_en.ts | 48 +++++++++++++++---------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/app/attributes/fieldvalidator.cpp b/app/attributes/fieldvalidator.cpp index a29533c7a..5a9c78fe0 100644 --- a/app/attributes/fieldvalidator.cpp +++ b/app/attributes/fieldvalidator.cpp @@ -19,8 +19,8 @@ #include QString FieldValidator::numberInvalid() { return tr( "Value must be a number" ); }; -QString FieldValidator::numberUpperBoundReached() { return tr( "Value must be lower than %1" ); }; -QString FieldValidator::numberLowerBoundReached() { return tr( "Value must be higher than %1" ); }; +QString FieldValidator::numberUpperBoundReached() { return tr( "Value must be less than or equal to %1" ); }; +QString FieldValidator::numberLowerBoundReached() { return tr( "Value must be greater than or equal to %1" ); }; QString FieldValidator::numberExceedingVariableLimits() { return tr( "Value is too large" );}; QString FieldValidator::numberMustBeInt() { return tr( "Field can not contain decimal places" );}; QString FieldValidator::textTooLong() { return tr( "Can not be longer than %1 characters" );}; diff --git a/app/i18n/input_en.ts b/app/i18n/input_en.ts index 4adc1acc0..a4071622c 100644 --- a/app/i18n/input_en.ts +++ b/app/i18n/input_en.ts @@ -178,12 +178,12 @@ - Value must be lower than %1 + Value must be less than or equal to %1 - Value must be higher than %1 + Value must be greater than or equal to %1 @@ -877,12 +877,12 @@ Won't be added to the project. - + "From" must be sooner than "To" - + To @@ -1099,17 +1099,17 @@ Won't be added to the project. - + Could not create directory %1. - + Failed to process the image, photo directory resolving failed - + Failed to process the image @@ -1122,12 +1122,12 @@ Won't be added to the project. - + more - + Add feature @@ -1135,12 +1135,12 @@ Won't be added to the project. MMFormRelationReferenceEditor - + Change link - + Unlink feature @@ -1696,28 +1696,28 @@ Won't be added to the project. - + Splitting done successfully - + Select some point to start editing the geometry - + Record new geometry for the feature - + Add new part to the geometry - + GPS currently unavailable. @@ -2365,42 +2365,42 @@ Won't be added to the project. - + Add field - + Create project - + Empty project name - + Text - + Date & Time - + Number - + Checkbox - + Photo