Skip to content

Commit c4cb65f

Browse files
authored
Improve the grammar of messages about GPX and KML files (#6497)
Add articles, fix capitalization, add ellipses.
1 parent a1c5974 commit c4cb65f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/src/main/res/values/strings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -827,12 +827,12 @@ Upload your first media by tapping on the add button.</string>
827827
<string name="invalid_login_message">Your log-in has expired. Please log in again.</string>
828828
<string name="no_application_available_to_open_gpx_files">No application available to open GPX files</string>
829829
<string name="file_saved_successfully">File Saved Successfully</string>
830-
<string name="do_you_want_to_open_gpx_file">Do you want to open GPX file?</string>
831-
<string name="do_you_want_to_open_kml_file">Do you want to open KML file?</string>
832-
<string name="failed_to_save_kml_file">Failed to save KML file.</string>
833-
<string name="failed_to_save_gpx_file">Failed to save GPX file.</string>
834-
<string name="saving_kml_file">Saving KML File</string>
835-
<string name="saving_gpx_file">Saving GPX File</string>
830+
<string name="do_you_want_to_open_gpx_file">Do you want to open the GPX file?</string>
831+
<string name="do_you_want_to_open_kml_file">Do you want to open the KML file?</string>
832+
<string name="failed_to_save_kml_file">Failed to save the KML file.</string>
833+
<string name="failed_to_save_gpx_file">Failed to save the GPX file.</string>
834+
<string name="saving_kml_file">Saving as a KML file...</string>
835+
<string name="saving_gpx_file">Saving as a GPX file...</string>
836836
<plurals name="custom_picker_images_selected_title_appendix">
837837
<item quantity="one">%d image selected</item>
838838
<item quantity="other">%d images selected</item>

0 commit comments

Comments
 (0)