Index: /applications/editors/josm/plugins/indoorhelper/src/controller/IndoorHelperController.java
===================================================================
--- /applications/editors/josm/plugins/indoorhelper/src/controller/IndoorHelperController.java	(revision 34134)
+++ /applications/editors/josm/plugins/indoorhelper/src/controller/IndoorHelperController.java	(revision 34135)
@@ -113,10 +113,10 @@
        // Shortcuts
        SpaceShortcut = Shortcut.registerShortcut("mapmode:space",
-               tr("ConfirmObjectDrawing"), KeyEvent.VK_SPACE, Shortcut.DIRECT);
+               "ConfirmObjectDrawing", KeyEvent.VK_SPACE, Shortcut.DIRECT);
        this.SpaceAction = new SpaceAction();
        MainApplication.registerActionShortcut(SpaceAction, SpaceShortcut);
 
        EnterShortcut = Shortcut.registerShortcut("mapmode:enter",
-               tr("ConfirmMultipolygonSelection"), KeyEvent.VK_ENTER, Shortcut.DIRECT);
+               "ConfirmMultipolygonSelection", KeyEvent.VK_ENTER, Shortcut.DIRECT);
        this.EnterAction = new EnterAction();
        MainApplication.registerActionShortcut(EnterAction, EnterShortcut);
@@ -167,5 +167,5 @@
 
    /**
-    * The listener which provides the handling of the apply button.
+    * The listener which provides the handling of the applyButton.
     * Gets the texts which were written by the user and writes them to the OSM-data.
     * After that it checks the tagged data  with the built-in validator file.
@@ -258,5 +258,5 @@
 
    /**
-    * The listener which is called when the helpbutton got pushed.
+    * The listener which is called when the helpButton got pushed.
     *
     * @author rebsc
@@ -266,5 +266,5 @@
 	   @Override
 	   public void actionPerformed(ActionEvent e) {
-		   String topic = "Plugin/indoorHelper";
+		   String topic = "Plugin/IndoorHelper";
 		   //Open HelpBrowser for short description about the plugin
 		   HelpBrowser.setUrlForHelpTopic(Optional.ofNullable(topic).orElse("/"));
@@ -273,5 +273,5 @@
 
    /**
-    * The listener which is called when the addlevelbutton got pushed.
+    * The listener which is called when the addLevelButton got pushed.
     *
     * @author rebsc
@@ -498,5 +498,5 @@
 
    /**
-    * Shortcut for Spacebar
+    * Shortcut for spacebar
     * @author rebsc
     */
@@ -540,5 +540,5 @@
 
    /**
-    * Shortcut for Enter
+    * Shortcut for enter
     * @author rebsc
     */
@@ -562,11 +562,8 @@
 
    /**
-    * Function which unset the disabled state of currently hidden and/or disabled objects which have a
+    * Function which unsets the disabled state of currently hidden and/or disabled objects which have a
     * specific tag (key). Just unsets the disabled state if object has a tag-value which is part of the
     * current working level.
-    * Specific example: key: repeat_on ; value: 1-4;
-    *                     If current selected workinglevel is "3" all objects with the leveltag "level=3" are hidden but the
-    *                     objects with the key "repeat_on" and the value which includes "3" or is (minValue+1) - maxValue (4-...),
-    *                     because repeat_on tag starts on the current workinglevel+1.
+    * 
     * @author rebsc
     * @param key sepcific key to unset hidden objects which contains it
Index: /applications/editors/josm/plugins/indoorhelper/src/model/IndoorHelperModel.java
===================================================================
--- /applications/editors/josm/plugins/indoorhelper/src/model/IndoorHelperModel.java	(revision 34134)
+++ /applications/editors/josm/plugins/indoorhelper/src/model/IndoorHelperModel.java	(revision 34135)
@@ -158,5 +158,5 @@
      *
      * @author rebsc
-     * @param String the Multipolygon Role as String
+     * @param role the Multipolygon Role as String
      */
     public void addRelation(String role) {
Index: /applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java
===================================================================
--- /applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java	(revision 34134)
+++ /applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java	(revision 34135)
@@ -85,7 +85,7 @@
 
         //---- Label1 ----
-        label1.setText(tr("<html> Please insert the new level number you want to add.<br> "
+        label1.setText(tr("<html> Please insert the new level-tag number you want to add.<br> "
                 + " <i>Info</i>: <br> If the OK button got pressed you will switch to the drawing action.<br>"
-                + "To finish the new object please press the spacebar. The new level<br>will be tagged automatically. </html>"));
+                + "To finish the new object please press spacebar. The new level<br>will be tagged automatically. </html>"));
         infoBar.add(label1);
         dialogPane.add(infoBar, BorderLayout.NORTH);
@@ -177,5 +177,5 @@
 
     /**
-     * Set the listener for window {@Link LevelSelectorView}
+     * Set the listener for window {@link LevelSelectorView}
      *
      * @param l the listener to set
Index: /applications/editors/josm/plugins/indoorhelper/src/views/ToolBoxView.java
===================================================================
--- /applications/editors/josm/plugins/indoorhelper/src/views/ToolBoxView.java	(revision 34134)
+++ /applications/editors/josm/plugins/indoorhelper/src/views/ToolBoxView.java	(revision 34135)
@@ -337,5 +337,5 @@
 
        //---- applyButton ----
-       applyButton.setText(tr("Apply"));
+       applyButton.setText("Apply");
        applyButton.setToolTipText(tr("Add selected tags and/or relations to obeject."));
        applyButton.setEnabled(false);
@@ -350,5 +350,5 @@
 
    /**
-    * Enables or disables the interactive UI elements of the toolbox.
+    * Enables or disables the interactive UI elements of {@link #ToolBoxView}.
     *
     * @param enabled set this true for enabled elements
@@ -380,5 +380,5 @@
 
    /**
-    * Enables or disables the interactive text box elements {@link #name} and {@link #ref}.
+    * Enables or disables the interactive text box elements {@link #nameField} and {@link #refField}.
     *
     * @param enabled set this true for enabled elements
@@ -391,5 +391,5 @@
 
    /**
-    * Enables or disables the interactive text box element {@link #repeatOn}.
+    * Enables or disables the interactive text box element {@link #repeatOnField}.
     * @param enabled set this true for enabled elements
     */
@@ -399,5 +399,5 @@
 
    /**
-    * Enables or disables the interactive text box element {@link #levelName}.
+    * Enables or disables the interactive text box element {@link #levelNameField} and {@link #addLevelButton}.
     * @param enabled set this true for enabled elements
     */
@@ -409,5 +409,5 @@
 
    /**
-    * Enables or disables the interactive ComboBoxes {@link #multiRoleBox} and {@link #multiEditBox }.
+    * Enables or disables the interactive ComboBoxes {@link #multiOuterButton} and {@link #multiInnerButton}.
     * @param enabled set this true for enabled elements
     */
@@ -420,5 +420,5 @@
 
    /**
-    * Resets the view by making the UI elements disabled and deleting the level list.
+    * Resets the view by making the UI elements disabled.
     */
    public void reset() {
@@ -427,5 +427,5 @@
 
    /**
-    * Getter for the selected {@link IndoorObject} in the objectBox.
+    * Getter for the selected {@link IndoorObject} in the {@link #objectBox}.
     *
     * @return the selected indoor object in the object ComboBox.
@@ -445,5 +445,5 @@
 
    /**
-    * Setter for the level name field.
+    * Setter for the {@link #levelNameField}.
     *
     * @param name the String for the {@link #levelNameField}
@@ -454,7 +454,7 @@
 
    /**
-    * Getter for the  name tag {@link TextField}.
-    *
-    * @return {@link String} of the name text field
+    * Getter for the  {@link #nameField}.
+    *
+    * @return String of the name text field
     */
    public String getNameText() {
@@ -463,8 +463,8 @@
 
    /**
-    * Setter for the current level value tag
+    * Setter for the current level value tag {@link #levelLabel}.
     *
     * @author rebsc
-    * @param current level value as String
+    * @param levelTag level value as String
     */
    public void setLevelLabel(String levelTag) {
@@ -481,5 +481,5 @@
 
    /**
-    * Getter for the CheckBox Status
+    * Getter for the {@link #levelCheckBox} status.
     *
     * @return boolean which tells if box is selected or not.
@@ -490,7 +490,7 @@
 
    /**
-    * Getter for the ref {@link TextField}.
-    *
-    * @return {@link String} of the ref text field
+    * Getter for the {@link #refField}.
+    *
+    * @return String of the ref text field
     */
    public String getRefText() {
@@ -499,6 +499,6 @@
 
    /**
-    * Getter for the repeat on {@link TextField}.
-    * @return {@link String} of the repeat on text field
+    * Getter for the repeat on TextField.
+    * @return String of the repeat on text field
     */
    public String getRepeatOnText() {
@@ -507,5 +507,5 @@
 
    /**
-    * Clears the text boxes and sets an empty {@link String}.
+    * Clears the text boxes and sets an empty String.
     */
    public void resetUiElements() {
@@ -518,5 +518,5 @@
 
    /**
-    * Set the listener for the apply button.
+    * Set the listener for the {@link #applyButton}.
     *
     * @param l the listener to set
@@ -527,5 +527,5 @@
 
    /**
-    * Set the listener for CheckBox.
+    * Set the listener for {@link #levelCheckBox}.
     * @param l the listener to set
     */
@@ -535,5 +535,5 @@
 
    /**
-    * Set the listener for helpButton.
+    * Set the listener for {@link #helpButton}.
     * @param l the listener to set
     */
@@ -543,5 +543,5 @@
 
    /**
-    * Set the listener for addLevelButton.
+    * Set the listener for {@link #addLevelButton}.
     * @param l the listener to set
     */
@@ -552,5 +552,5 @@
 
    /**
-    * Set the listener for object box.
+    * Set the listener for {@link #objectBox}.
     *
     * @param l the listener to set
@@ -561,5 +561,5 @@
 
    /**
-    * Set the listener for the OUTTER button.
+    * Set the listener for the {@link #multiOuterButton}.
     *
     * @param l the listener to set
@@ -570,5 +570,5 @@
 
    /**
-    * Set the listener for the INNER button.
+    * Set the listener for the {@link #multiInnerButton}.
     *
     * @param l the listener to set
@@ -579,5 +579,5 @@
 
    /**
-    * Set the listener for the multi checkbox.
+    * Set the listener for the {@link #multiCheckBox}.
     *
     * @param l the listener to set
