diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 1e1ee704..9ef43863 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -6038,7 +6038,7 @@ STR16 MPClientMessage[] = L"The server has choosen New Inventory (NIV), but your screen resolution does not support NIV.", // 70 // TODO.Translate L"Could not save received file '%S'", - L"%s's bomb was disarmed by &s", + L"%s's bomb was disarmed by %s", L"You loose, what a shame", // All over red rover L"Spectator mode disabled", L"Choose client to kick from game. #1: , #2: %S, #3: %S, #4: %S", diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index edf3e2c6..24c1bc5a 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -6038,7 +6038,7 @@ STR16 MPClientMessage[] = L"The server has choosen New Inventory (NIV), but your screen resolution does not support NIV.", // 70 // TODO.Translate L"Could not save received file '%S'", - L"%s's bomb was disarmed by &s", + L"%s's bomb was disarmed by %s", L"You loose, what a shame", // All over red rover L"Spectator mode disabled", L"Choose client to kick from game. #1: , #2: %S, #3: %S, #4: %S", diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index a5b51b39..b1001525 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -6040,7 +6040,7 @@ STR16 MPClientMessage[] = L"The server has choosen New Inventory (NIV), but your screen resolution does not support NIV.", // 70 L"Could not save received file '%S'", - L"%s's bomb was disarmed by &s", + L"%s's bomb was disarmed by %s", L"You loose, what a shame", // All over red rover L"Spectator mode disabled", L"Choose client to kick from game. #1: , #2: %S, #3: %S, #4: %S", diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index e6b221dd..463ce4e7 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -5872,7 +5872,7 @@ STR16 MPClientMessage[] = L"Die Spieleinstellungen erfordern Neues Inventar (NIV), aber NIV ist aufgrund der Spielauflösung nicht verwendbar.", // 70 L"Kann erhaltene Datei '%S' nicht speichern", - L"%s's Sprengstoff wurde von &s entschärft", + L"%s's Sprengstoff wurde von %s entschärft", L"Sie haben verloren. Was für eine Schande", // All over red rover L"Überwachungsmodus wurde ausgeschaltet", L"Wählen Sie den Client, der gekickt werden soll. #1: , #2: %S, #3: %S, #4: %S", diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index d76c8020..b25f4224 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -6038,7 +6038,7 @@ STR16 MPClientMessage[] = L"The server has choosen New Inventory (NIV), but your screen resolution does not support NIV.", // 70 // TODO.Translate L"Could not save received file '%S'", - L"%s's bomb was disarmed by &s", + L"%s's bomb was disarmed by %s", L"You loose, what a shame", // All over red rover L"Spectator mode disabled", L"Choose client to kick from game. #1: , #2: %S, #3: %S, #4: %S", diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index e4044691..6f1dd105 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -6041,7 +6041,7 @@ STR16 MPClientMessage[] = L"The server has choosen New Inventory (NIV), but your screen resolution does not support NIV.", // 70 // TODO.Translate L"Could not save received file '%S'", - L"%s's bomb was disarmed by &s", + L"%s's bomb was disarmed by %s", L"You loose, what a shame", // All over red rover L"Spectator mode disabled", L"Choose client to kick from game. #1: , #2: %S, #3: %S, #4: %S", diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index de057b1c..6a6b1cea 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -6024,7 +6024,7 @@ STR16 MPClientMessage[] = // 70 // TODO.Translate L"Невозможно сохранить принятый файл '%S'", - L"%s's бомба была разряжена &s", + L"%s's бомба была разряжена %s", L"Вы проиграли. Стыд и срам!", // All over red rover L"Spectator mode disabled", L"Укажите номер клиента, который нужно кикнуть. №1: <Отменить>, №2: %S, №3: %S, №4: %S", diff --git a/Utils/_TaiwaneseText.cpp b/Utils/_TaiwaneseText.cpp index 6139717e..648acee4 100644 --- a/Utils/_TaiwaneseText.cpp +++ b/Utils/_TaiwaneseText.cpp @@ -6045,7 +6045,7 @@ STR16 MPClientMessage[] = L"The server has choosen New Inventory (NIV), but your screen resolution does not support NIV.", // 70 // TODO.Translate L"Could not save received file '%S'", - L"%s's bomb was disarmed by &s", + L"%s's bomb was disarmed by %s", L"You loose, what a shame", // All over red rover L"Spectator mode disabled", L"Choose client to kick from game. #1: , #2: %S, #3: %S, #4: %S",