Skip to content

Commit 7a97745

Browse files
committedFeb 1, 2025·
"typo"
1 parent ccc5cae commit 7a97745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rvimage/src/rvlib/menu/annotations_menu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ fn annotations(
528528
}
529529
}
530530
ui.separator();
531-
ui.heading("Propagate to or Delete annotations from Subsequent Images");
531+
ui.heading("Propagate to or Delete Annotations from Subsequent Images");
532532

533533
if let Some(selected_file_idx) = paths_navigator.file_label_selected_idx() {
534534
egui::Grid::new("del-prop-grid")

0 commit comments

Comments
 (0)
Please sign in to comment.