Skip to content

Commit bb330c1

Browse files
authored
Change "actioned" to "handled" in translatable strings (#6498)
"actioned" is not so standard in English as a verb. "handled" sounds more appropriate.
1 parent 14d6c80 commit bb330c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,8 @@ Upload your first media by tapping on the add button.</string>
788788
<string name="unmark_as_not_for_upload">Unmark as not for upload</string>
789789
<string name="marking_as_not_for_upload">Marking as not for upload</string>
790790
<string name="unmarking_as_not_for_upload">Unmarking as not for upload</string>
791-
<string name="show_already_actioned_pictures">Show already actioned pictures</string>
792-
<string name="hiding_already_actioned_pictures">Hiding already actioned pictures</string>
791+
<string name="show_already_actioned_pictures">Show already handled pictures</string>
792+
<string name="hiding_already_actioned_pictures">Hiding already handled pictures</string>
793793
<string name="no_more_images_found">No more images found</string>
794794
<string name="this_image_is_already_uploaded">This image is already uploaded</string>
795795
<string name="can_not_select_this_image_for_upload">Can not select this image for upload</string>

0 commit comments

Comments
 (0)