mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Tweak marker rename dialog title
This commit is contained in:
parent
dfd44c2ebf
commit
a1fc671a23
1 changed files with 5 additions and 3 deletions
|
|
@ -1844,10 +1844,12 @@ Editor::rename_marker(ArdourMarker *marker)
|
||||||
|
|
||||||
dialog.set_prompt (_("New Name:"));
|
dialog.set_prompt (_("New Name:"));
|
||||||
|
|
||||||
if (loc->is_mark()) {
|
if (loc->is_section()) {
|
||||||
dialog.set_title (_("Rename Mark"));
|
dialog.set_title (_("Rename Arrangement Section"));
|
||||||
} else {
|
} else if (loc->is_range()) {
|
||||||
dialog.set_title (_("Rename Range"));
|
dialog.set_title (_("Rename Range"));
|
||||||
|
} else {
|
||||||
|
dialog.set_title (_("Rename Mark"));
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog.set_name ("MarkRenameWindow");
|
dialog.set_name ("MarkRenameWindow");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue