Even smaller stuff (#690)

* 45 to 44

* Фикс ошибки перевода

* Voice mask translate
This commit is contained in:
BIGZi0348
2024-09-10 20:20:56 +03:00
committed by GitHub
parent 0c859628af
commit 3aeaba1865
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ namespace Content.Server.VoiceMask;
public sealed partial class VoiceMaskerComponent : Component
{
[ViewVariables(VVAccess.ReadWrite), DataField]
public string LastSetName = "Unknown";
public string LastSetName = "Неизвестный"; // WD translate
[ViewVariables(VVAccess.ReadWrite)]
public string? LastSetVoice; // tts
@@ -20,4 +20,4 @@ public sealed partial class VoiceMaskerComponent : Component
[DataField]
public EntityUid? ActionEntity;
}
}