mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-19 17:40:15 +02:00
Included an i18n hint in format per Gale's advice
This commit is contained in:
parent
a4ae301a5b
commit
54ee80b798
@ -5527,6 +5527,7 @@ wxString AudacityProject::GetHoursMinsString(int iMinutes)
|
|||||||
sHours = wxPLURAL("hour", "hours", iHours);
|
sHours = wxPLURAL("hour", "hours", iHours);
|
||||||
sMins = wxPLURAL("minute", "minutes", iMins);
|
sMins = wxPLURAL("minute", "minutes", iMins);
|
||||||
|
|
||||||
|
/* i18n-hint: A time in hours and minutes. Only translate the "and". */
|
||||||
sFormatted.Printf(_("%d %s and %d %s."), iHours, sHours, iMins, sMins);
|
sFormatted.Printf(_("%d %s and %d %s."), iHours, sHours, iMins, sMins);
|
||||||
return sFormatted;
|
return sFormatted;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user