fix: localize PraySystem UI (#28535)

tweak: localize PraySystem UI
This commit is contained in:
Voomra 2024-06-03 02:51:19 +03:00 committed by null
parent 4ef351a24c
commit 983cdb2fa7
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public sealed class PrayerSystem : EntitySystem
return;
}
_quickDialog.OpenDialog(actor.PlayerSession, Loc.GetString(comp.Verb), "Message", (string message) =>
_quickDialog.OpenDialog(actor.PlayerSession, Loc.GetString(comp.Verb), Loc.GetString("prayer-popup-notify-pray-ui-message"), (string message) =>
{
Pray(actor.PlayerSession, comp, message);
});

View File

@ -13,3 +13,4 @@ prayer-popup-notify-centcom-sent = You left a voicemail message for Central Comm
prayer-popup-notify-syndicate-sent = You left a voicemail message for Syndicate High Command...
prayer-popup-notify-pray-sent = Your message has been sent to the gods...
prayer-popup-notify-pray-locked = You don't feel worthy enough...
prayer-popup-notify-pray-ui-message = Message