mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Tweak translatable strings
* add spaces around "->" * consistently use "time domain" (instead of "timebase") * remove "Edit ->" from "Preferences" (on macOS Prefs are not in the edit menu
This commit is contained in:
parent
eeadd04b14
commit
46a2b45443
5 changed files with 8 additions and 8 deletions
|
|
@ -181,7 +181,7 @@ EditorSources::remove_selected_sources ()
|
|||
|
||||
prompt = _("Do you want to remove the selected Sources?"
|
||||
"\nThis operation cannot be undone."
|
||||
"\nThe source files will not actually be deleted until you execute Session->Cleanup.");
|
||||
"\nThe source files will not actually be deleted until you execute Session -> Cleanup.");
|
||||
|
||||
choices.push_back (_("No, do nothing."));
|
||||
choices.push_back (_("Only remove the Regions that use these Sources."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue