Don't use title case for strings on settings page.

master
voussoir 2023-04-02 18:54:35 -07:00
parent 1637ef16d6
commit 328e56cb05
2 changed files with 10 additions and 10 deletions

View File

@ -43,7 +43,7 @@ trkpt has three states of power management. The states transition like this:
Plugged in to charger → Full power
Although saving battery power is important, capturing trackpoints is the #1 priority. I'd rather have a few too many wakeups than too few.
Although saving battery power is important, capturing trackpoints is the #1 priority. I'd rather have too many wakeups than too few.
If your device doesn't support the motion sensors used here, then trkpt will always run at full power. It will not sleep or kill the GPS. Maybe we can find another solution to improve battery performance for devices in this scenario.

View File

@ -77,13 +77,13 @@
<!-- Settings -->
<string name="pref_about_title">About</string>
<string name="pref_app_version_summary">Version</string>
<string name="pref_app_version_title">App Version</string>
<string name="pref_app_version_title">App version</string>
<string name="pref_accuracy_threshold_summary">Discard location fixes with an accuracy larger than (meters):</string>
<string name="pref_accuracy_threshold_title">Accuracy Threshold</string>
<string name="pref_altitude_smoothing_value_summary" translatable="false">Number of trackpoints used to smooth the elevation curve.</string>
<string name="pref_altitude_smoothing_value_title" translatable="false">Altitude Smoothing</string>
<string name="pref_auto_export_interval_summary">Automatically export GPX file after this many hours.</string>
<string name="pref_device_id_summary">A unique ID to distinguish tracks recorded across multiple devices:</string>
<string name="pref_device_id_summary">A unique ID to distinguish tracks recorded across multiple devices.</string>
<string name="pref_database_folder_summary">Directory to contain your database file. You could use Syncthing to sync with your PC.</string>
<string name="pref_auto_export_interval_title">Auto Export Interval</string>
<string name="pref_device_id">Device ID</string>
@ -94,14 +94,14 @@
<string name="pref_general_title">General</string>
<string name="pref_maintenance_title">Maintenance</string>
<string name="pref_location_gps_title">Use GPS location</string>
<string name="pref_location_gps_summary_on">GPS location enabled</string>
<string name="pref_location_gps_summary_off">GPS location disabled</string>
<string name="pref_location_network_title">Use Network location</string>
<string name="pref_location_network_summary_on">Network location enabled</string>
<string name="pref_location_network_summary_off">Network location disabled</string>
<string name="pref_location_gps_summary_on">GPS location enabled.</string>
<string name="pref_location_gps_summary_off">GPS location disabled.</string>
<string name="pref_location_network_title">Use network location</string>
<string name="pref_location_network_summary_on">Network location enabled.</string>
<string name="pref_location_network_summary_off">Network location disabled.</string>
<string name="pref_imperial_measurement_units_summary_metric">Currently using metric units (Kilometer, Meter).</string>
<string name="pref_imperial_measurement_units_summary_imperial">Currently using imperial units (Miles, Feet).</string>
<string name="pref_imperial_measurement_units_title">Use Imperial Measurements</string>
<string name="pref_imperial_measurement_units_title">Imperial measurements</string>
<string name="pref_omit_rests_on">Trackpoints will not be recorded if they are too close to your recent trackpoints.</string>
<string name="pref_omit_rests_off">All trackpoints will be recorded, even while standing still.</string>
<string name="pref_omit_rests_title">Omit repeated points</string>
@ -113,7 +113,7 @@
<string name="pref_theme_selection_mode_device_default">Same as device</string>
<string name="pref_theme_selection_mode_light">Light mode</string>
<string name="pref_theme_selection_summary">Current theme:</string>
<string name="pref_theme_selection_title">App Theme</string>
<string name="pref_theme_selection_title">App theme</string>
<!-- Abbreviations -->
<string name="abbreviation_hours">hrs</string>
<string name="abbreviation_minutes">min</string>