2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Unified general phrases for duration.

This commit is contained in:
23rd
2022-03-31 19:45:11 +03:00
committed by John Preston
parent fb750b69e3
commit d9541b6a6e
17 changed files with 61 additions and 153 deletions

View File

@@ -231,7 +231,7 @@ void PanelController::showError(const ApiErrorState &error) {
if (hours <= 0) {
return tr::lng_export_delay_less_than_hour(tr::now);
}
return tr::lng_export_delay_hours(tr::now, lt_count, hours);
return tr::lng_hours(tr::now, lt_count, hours);
}();
showError(tr::lng_export_delay(
tr::now,