Project

General

Profile

« Previous | Next » 

Revision bc04b70c

Added by Patrick Plitzner almost 6 years ago

ref #6321 Show search string in progress bar

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
160 160
			IIdentifiableEntityServiceConfigurator configurator = bulkEditorQuery.getSearchConfigurator();
161 161
			Comparator queryComparator = (bulkEditorQuery.getComparator() != null) ? bulkEditorQuery.getComparator() : new TitleCacheComparator();
162 162

  
163
			String jobLabel = Messages.AbstractBulkEditorInput_LOADING+getName();
163
			String jobLabel = String.format(Messages.AbstractBulkEditorInput_LOADING, getName(), bulkEditorQuery.getSearchString());
164 164
	        searchJob = Job.create(jobLabel, (ICoreRunnable) monitor -> {
165 165
	            monitor.beginTask(jobLabel, IProgressMonitor.UNKNOWN);
166 166
	            int pageNumber = 0;

Also available in: Unified diff