fix incorrectly placed string
`edit_collection` to `delete_collection`
This commit is contained in:
parent
a60e934162
commit
f897d27f9a
@ -292,7 +292,7 @@ public class CollectionPostsFragment extends Fragment implements SwipeRefreshLay
|
|||||||
else if (item.getItemId() == R.id.delete) {
|
else if (item.getItemId() == R.id.delete) {
|
||||||
final Context context = getContext();
|
final Context context = getContext();
|
||||||
new AlertDialog.Builder(context)
|
new AlertDialog.Builder(context)
|
||||||
.setTitle(R.string.edit_collection)
|
.setTitle(R.string.delete_collection)
|
||||||
.setMessage(R.string.delete_collection_note)
|
.setMessage(R.string.delete_collection_note)
|
||||||
.setPositiveButton(R.string.confirm, (d, w) -> {
|
.setPositiveButton(R.string.confirm, (d, w) -> {
|
||||||
collectionService.deleteCollection(
|
collectionService.deleteCollection(
|
||||||
|
Loading…
Reference in New Issue
Block a user