mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-30 19:15:35 +00:00 
			
		
		
		
	Merge pull request #865 from egecelikci/patch-1
fix incorrectly placed string
This commit is contained in:
		
						commit
						105a4d757c
					
				| @ -292,7 +292,7 @@ public class CollectionPostsFragment extends Fragment implements SwipeRefreshLay | ||||
|         else if (item.getItemId() == R.id.delete) { | ||||
|             final Context context = getContext(); | ||||
|             new AlertDialog.Builder(context) | ||||
|                     .setTitle(R.string.edit_collection) | ||||
|                     .setTitle(R.string.delete_collection) | ||||
|                     .setMessage(R.string.delete_collection_note) | ||||
|                     .setPositiveButton(R.string.confirm, (d, w) -> { | ||||
|                         collectionService.deleteCollection( | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user