localization: update GPS settings messages for clarity and consistency across multiple languages

This commit is contained in:
zjs81
2026-01-19 19:00:30 -07:00
parent 9cb667fad0
commit 9a9f59e53f
14 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -190,7 +190,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get settings_locationSubtitle => 'GPS coordinates';
@override
String get settings_locationUpdated => 'GPS settings updated.';
String get settings_locationUpdated => 'Location and GPS settings updated';
@override
String get settings_locationBothRequired =>
@@ -204,7 +204,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get settings_locationGPSEnableSubtitle =>
'Enables GPS to automatically send location data (if supported)';
'Enables GPS to automatically update location.';
@override
String get settings_locationIntervalSec => 'Interval for GPS (Seconds)';