#4213 translation string fixes (#4217)

* #4213 some translation string fixes

* #4213 cargo localization string fixes

* #4213 more localization tweaks and fixes

* #4213 - fixed some translation string issues

* #4213 - fixed some translation string issues
This commit is contained in:
Galactic Chimp
2021-07-10 10:14:06 +02:00
committed by GitHub
parent 915a274ee0
commit 1b8fb8df1d
28 changed files with 47 additions and 43 deletions

View File

@@ -27,12 +27,12 @@ namespace Content.Client.Cargo.UI
gridContainer.AddChild(requesterLabel);
gridContainer.AddChild(Requester);
var reasonLabel = new Label { Text = Loc.GetString("cargo-console-order-menu-reason-label:") };
var reasonLabel = new Label { Text = Loc.GetString("cargo-console-order-menu-reason-label") };
Reason = new LineEdit();
gridContainer.AddChild(reasonLabel);
gridContainer.AddChild(Reason);
var amountLabel = new Label { Text = Loc.GetString("cargo-console-order-menu-amount-label:") };
var amountLabel = new Label { Text = Loc.GetString("cargo-console-order-menu-amount-label") };
Amount = new SpinBox
{
HorizontalExpand = true,