- changed label of advanced media specimen view (fixes #4590)
authorPatric Plitzner <p.plitzner@bgbm.org>
Wed, 14 Jan 2015 12:49:00 +0000 (12:49 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Wed, 14 Jan 2015 12:49:00 +0000 (12:49 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/media/MediaSpecimenGeneralDetailSection.java

index 9b64fec66f2a7c9a18926719bce241d61c3b35c4..f8b342089b0a42e220ad1dd690da910bf2a678fa 100644 (file)
@@ -87,7 +87,7 @@ public class MediaSpecimenGeneralDetailSection  extends AbstractCdmDetailSection
     protected Control createToolbar() {
         ToolBarManager toolBarManager = new ToolBarManager(SWT.FLAT);
 
     protected Control createToolbar() {
         ToolBarManager toolBarManager = new ToolBarManager(SWT.FLAT);
 
-        String actionLabel = "Use advanced media view";
+        String actionLabel = "Change View Type";
         Action addAction = new Action(actionLabel, IAction.AS_PUSH_BUTTON) {
             /* (non-Javadoc)
              * @see org.eclipse.jface.action.Action#run()
         Action addAction = new Action(actionLabel, IAction.AS_PUSH_BUTTON) {
             /* (non-Javadoc)
              * @see org.eclipse.jface.action.Action#run()