Commit a3f53404 authored by Riegel's avatar Riegel
Browse files

Fix: Correct resource key for export-success message

Showing with 1 addition and 1 deletion
+1 -1
...@@ -797,7 +797,7 @@ public class MainWindow extends Application { ...@@ -797,7 +797,7 @@ public class MainWindow extends Application {
if (render instanceof FeatureNode node) { if (render instanceof FeatureNode node) {
try { try {
controller.export(node.getFeature()); controller.export(node.getFeature());
logger.info(Localization.getText("CityDoctorController.export")); logger.info(Localization.getText("CityDoctorController.exportSuccess"));
} catch (Exception e) { } catch (Exception e) {
logger.error("Export failed: Unexpected error occurred"); logger.error("Export failed: Unexpected error occurred");
logger.error(e); logger.error(e);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment