Index: /applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java
===================================================================
--- /applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java	(revision 35782)
+++ /applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java	(revision 35783)
@@ -231,7 +231,7 @@
                 int ret = GuiHelper.runInEDTAndWaitAndReturn(() -> {
                     ExtendedDialog dlg = new ExtendedDialog(progressMonitor.getWindowParent(), tr("Warning"),
-                            tr("Abort"), tr("Retry"));
-
-                    dlg.setButtonIcons("cancel", "dialogs/refresh")
+                            tr("Abort"), tr("Proceed"));
+
+                    dlg.setButtonIcons("cancel", "dialogs/next")
                        .setIcon(JOptionPane.WARNING_MESSAGE);
 
@@ -256,6 +256,6 @@
                     }
                     sb.append("</ul><br>")
-                      .append(tr("This can likely be fixed by rewriting the entire EXIF section, however some metadata may get lost in the process.<br><br>"
-                              + "Would you like to try again using the lossy approach?"));
+                      .append(tr("This can likely be fixed by rewriting the entire EXIF section, however some (rare) unknown tags may get lost in the process.<br>"
+                              + "Would you like to proceed anyway?"));
 
                     dlg.setContent(sb.toString())
