Tweak confirmation message for recursive collection-item removal
I guess the "its" is technically a little clearer, but it's a bit awkward, and I think it's reasonably implied.
This commit is contained in:
parent
b18967fba4
commit
7b247e73df
1 changed files with 2 additions and 2 deletions
|
@ -327,8 +327,8 @@ pane.items.removeFromPublications.title = Remove from My Publications
|
|||
pane.items.removeFromPublications = Are you sure you want to remove the selected item from My Publications?
|
||||
pane.items.removeFromPublications.multiple = Are you sure you want to remove the selected items from My Publications?
|
||||
pane.items.removeRecursive.title = Remove from Collection and Subcollections
|
||||
pane.items.removeRecursive = Are you sure you want to remove the selected item from this collection and all its subcollections?
|
||||
pane.items.removeRecursive.multiple = Are you sure you want to remove the selected items from this collection and all its subcollections?
|
||||
pane.items.removeRecursive = Are you sure you want to remove the selected item from this collection and all subcollections?
|
||||
pane.items.removeRecursive.multiple = Are you sure you want to remove the selected items from this collection and all subcollections?
|
||||
pane.items.menu.addNoteFromAnnotations = Add Note from Annotations
|
||||
pane.items.menu.addNoteFromAnnotations.multiple = Add Notes from Annotations
|
||||
pane.items.menu.findAvailablePDF = Find Available PDF
|
||||
|
|
Loading…
Reference in a new issue