Fix typos, consistent translatable strings

This commit is contained in:
Edgar Aichinger 2020-04-15 18:02:21 +02:00 committed by Robin Gareus
parent 4e43aaef64
commit e20f74dcf1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 10 additions and 10 deletions

View file

@ -142,7 +142,7 @@ EditorSources::EditorSources (Editor* e)
{ 1, _("Tags"), _("Tags") },
{ 2, _("Take ID"), _("Take ID") },
{ 3, _("Orig Pos"), _("Original Position of the file on timeline, when it was recorded") },
{ 4, _("Path"), _("Path (folder) of the file locationlosition of end of region") },
{ 4, _("Path"), _("Path (folder) of the file location") },
{ -1, 0, 0 }
};
@ -640,7 +640,7 @@ EditorSources::remove_selected_sources ()
choices.push_back (_("No, do nothing."));
choices.push_back (_("Only remove the Regions that use these Sources."));
choices.push_back (_("Yes, remove the Regions and Sources (cannot be undone!"));
choices.push_back (_("Yes, remove the Regions and Sources (cannot be undone!)"));
Choice prompter (_("Remove selected Sources"), prompt, choices);