Project

General

Profile

« Previous | Next » 

Revision f30ec5df

Added by Katja Luther almost 8 years ago

fixing the deletion of polytomous keys

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/handler/DeleteHandler.java
46 46
			return null;
47 47
		}
48 48

  
49
		boolean confirmation = MessagingUtils.confirmDialog("Confirm deletaion", "Do you want to delete the selected key" + (keys.size() == 1 ? "" : "s") + "?");
49
		boolean confirmation = MessagingUtils.confirmDialog("Confirm deletion", "Do you want to delete the selected key" + (keys.size() == 1 ? "" : "s") + "?");
50 50

  
51 51
		if(confirmation){
52 52

  

Also available in: Unified diff