diff --git a/src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java b/src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java
index 956c753..8cd9c8b 100644
--- a/src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java
+++ b/src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java
@@ -250,7 +250,7 @@ public class PreferencesTable extends JTable {
         if (getSelectedRowCount() == 0) {
             JOptionPane.showMessageDialog(
                     gui,
-                    tr("Please select the row to delete."),
+                    tr("Please select the row to reset."),
                     tr("Warning"),
                     JOptionPane.WARNING_MESSAGE
                     );
