mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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:"));
|
||||
|
||||
if (loc->is_mark()) {
|
||||
dialog.set_title (_("Rename Mark"));
|
||||
} else {
|
||||
if (loc->is_section()) {
|
||||
dialog.set_title (_("Rename Arrangement Section"));
|
||||
} else if (loc->is_range()) {
|
||||
dialog.set_title (_("Rename Range"));
|
||||
} else {
|
||||
dialog.set_title (_("Rename Mark"));
|
||||
}
|
||||
|
||||
dialog.set_name ("MarkRenameWindow");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue