mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 07:52:57 +02:00
Use separate phrase for Update Time.
This commit is contained in:
parent
20815eecbc
commit
13ecc6a56b
2 changed files with 2 additions and 1 deletions
|
@ -4469,6 +4469,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
"lng_suggest_options_offer" = "Offer {amount}";
|
"lng_suggest_options_offer" = "Offer {amount}";
|
||||||
"lng_suggest_options_offer_free" = "Offer for Free";
|
"lng_suggest_options_offer_free" = "Offer for Free";
|
||||||
"lng_suggest_options_update" = "Update Terms";
|
"lng_suggest_options_update" = "Update Terms";
|
||||||
|
"lng_suggest_options_update_date" = "Update Time";
|
||||||
|
|
||||||
"lng_suggest_action_decline" = "Decline";
|
"lng_suggest_action_decline" = "Decline";
|
||||||
"lng_suggest_action_accept" = "Accept";
|
"lng_suggest_action_accept" = "Accept";
|
||||||
|
|
|
@ -68,7 +68,7 @@ void ChooseSuggestTimeBox(
|
||||||
? tr::lng_suggest_options_date_publish()
|
? tr::lng_suggest_options_date_publish()
|
||||||
: (args.mode == SuggestMode::New)
|
: (args.mode == SuggestMode::New)
|
||||||
? tr::lng_settings_save()
|
? tr::lng_settings_save()
|
||||||
: tr::lng_suggest_options_update()),
|
: tr::lng_suggest_options_update_date()),
|
||||||
.done = done,
|
.done = done,
|
||||||
.min = [=] { return now + min; },
|
.min = [=] { return now + min; },
|
||||||
.time = value,
|
.time = value,
|
||||||
|
|
Loading…
Add table
Reference in a new issue