13
0

Make some string translatable

This commit is contained in:
Olivier HUMBERT 2022-12-28 15:54:13 +01:00 committed by Robin Gareus
parent 84640d4f7d
commit 4cb67f83a7
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ AudioTriggerPropertiesBox::on_trigger_changed (const PBD::PropertyChange& pc)
sprintf(buf, "%3.2f", at->segment_tempo ());
_abpm_label.set_text (buf);
ArdourWidgets::set_tooltip (_abpm_label, string_compose ("Clip Tempo, used for stretching. Estimated tempo (from file) was: %1", trigger->estimated_tempo ()));
ArdourWidgets::set_tooltip (_abpm_label, string_compose (_("Clip Tempo, used for stretching. Estimated tempo (from file) was: %1"), trigger->estimated_tempo ()));
int beats = round(at->segment_beatcnt());

View File

@ -8252,7 +8252,7 @@ edit your ardour.rc file to set the\n\
}
if (ntracks > 0) {
prompt += "\n" + string_compose ("(You may also lose the playlists associated with the %1)", trackstr) + "\n";
prompt += "\n" + string_compose (_("You may also lose the playlists associated with the %1"), trackstr) + "\n";
}
prompt += "\n" + string(_("This action cannot be undone, and the session file will be overwritten!"));