Rename Mark to Marker for consistency's sake

This commit is contained in:
Aleksandr Prokudin
2025-11-25 00:50:34 +01:00
parent e9256cf0e4
commit 478d3d4e0e

View File

@@ -1872,7 +1872,7 @@ Editor::edit_location (Location& loc, bool with_scene, bool with_command)
} else if (loc.is_range()) {
dialog.set_title (string_compose (_("%1 Range"), verb));
} else {
dialog.set_title (string_compose (_("%1 Mark"), verb));
dialog.set_title (string_compose (_("%1 Marker"), verb));
}
dialog.set_name ("MarkRenameWindow");