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:
Robin Gareus 2023-12-17 20:58:11 +01:00
parent eeadd04b14
commit 46a2b45443
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 8 additions and 8 deletions

View file

@ -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."));