Index: trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 4034)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 4035)
@@ -399,5 +399,5 @@
 
                 if (!ignore) {
-                    errors.add( new TestError(this, Severity.ERROR, tr("Suspicious tag/value combinations"),
+                    errors.add( new TestError(this, Severity.OTHER, tr("Suspicious tag/value combinations"),
                             tr("Suspicious tag/value combinations"), tr("Suspicious tag/value combinations"), 1272, p) );
                     withErrors.put(p, "TC");
Index: trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java	(revision 4034)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java	(revision 4035)
@@ -89,6 +89,6 @@
      */
     public ValidatorDialog() {
-        super(tr("Validation errors"), "validator", tr("Open the validation window."),
-                Shortcut.registerShortcut("subwindow:validator", tr("Toggle: {0}", tr("Validation errors")),
+        super(tr("Validation results"), "validator", tr("Open the validation window."),
+                Shortcut.registerShortcut("subwindow:validator", tr("Toggle: {0}", tr("Validation results")),
                         KeyEvent.VK_V, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
 
@@ -117,10 +117,10 @@
         buttonPanel.add(selectButton);
         buttonPanel.add(new SideButton(Main.main.validator.validateAction), "refresh");
-        fixButton = new SideButton(marktr("Fix"), "fix", "Validator", tr("Fix the selected errors."), this);
+        fixButton = new SideButton(marktr("Fix"), "fix", "Validator", tr("Fix the selected issue."), this);
         fixButton.setEnabled(false);
         buttonPanel.add(fixButton);
         if (Main.pref.getBoolean(ValidatorPreference.PREF_USE_IGNORE, true)) {
             ignoreButton = new SideButton(marktr("Ignore"), "delete", "Validator",
-                    tr("Ignore the selected errors next time."), this);
+                    tr("Ignore the selected issue next time."), this);
             ignoreButton.setEnabled(false);
             buttonPanel.add(ignoreButton);
