Commit a3f53404 authored by Riegel's avatar Riegel
Browse files

Fix: Correct resource key for export-success message

parent 287b5edf
Showing with 1 addition and 1 deletion
+1 -1
......@@ -797,7 +797,7 @@ public class MainWindow extends Application {
if (render instanceof FeatureNode node) {
try {
controller.export(node.getFeature());
logger.info(Localization.getText("CityDoctorController.export"));
logger.info(Localization.getText("CityDoctorController.exportSuccess"));
} catch (Exception e) {
logger.error("Export failed: Unexpected error occurred");
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