Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify delete confirmation message translation text #6226

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions strings/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@
<!-- Text for option where layer should be available to the current project only -->
<string name="current_project_option">Current project only</string>

<!-- Text for message displayed in a dialog to confirm that the layer should be deleted -->
<string name="delete_layer_confirmation_message">Are you sure you want to delete %1$s offline layer?</string>
<!-- Text for message displayed in a dialog to confirm that the layer should be deleted. The placeholder is the name of the layer as displayed in the list -->
<string name="delete_layer_confirmation_message">Are you sure you want to delete the %1$s offline layer?</string>

<string name="record_geopoint">Record a point</string>
<string name="location_accuracy">Accuracy: %1$s m</string>
Expand Down