Skip to content

Commit

Permalink
fix extrainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Aug 19, 2024
1 parent 49d6b75 commit e073e7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/extrainfo.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public:
extra += L" ";

auto FF_WARN0 = CText::getText("FF_WARN0");
extra += FF_WARN0[0] ? FF_WARN0 : L"~p~IMG Files: " + std::to_wstring(imgNum) + L" / " + std::to_wstring(imgArrSize);
extra += (FF_WARN0[0] ? FF_WARN0 : L"~p~IMG Files:") + std::wstring(L" ") + std::to_wstring(imgNum) + L" / " + std::to_wstring(imgArrSize);
auto FF_WARN1 = CText::getText("FF_WARN1");
if (imgNum >= imgArrSize) extra += FF_WARN1[0] ? FF_WARN1 : L"; ~r~WARNING: 255 IMG limit exceeded, will cause streaming issues.";

Expand Down
2 changes: 1 addition & 1 deletion text/americanFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Tree Alpha
Shadow Filter

[FF_WARN0]
~p~IMG Files:
~p~IMG Files:

[FF_WARN1]
; ~r~WARNING: 255 IMG limit exceeded, will cause streaming issues.
Expand Down
2 changes: 1 addition & 1 deletion text/frenchFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Alpha des arbres
Filtre d'ombre

[FF_WARN0]
~p~Fichiers IMG:
~p~Fichiers IMG:

[FF_WARN1]
; ~r~AVERTISSEMENT: la limite de 255 IMG est dépassée, des problèmes de streaming peuvent survenir
Expand Down
2 changes: 1 addition & 1 deletion text/germanFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Baumtransparenz
Schattenfilter

[FF_WARN0]
~p~IMG-Dateien:
~p~IMG-Dateien:

[FF_WARN1]
; ~r~ACHTUNG: Obergrenze von 255 IMG-Dateien überschritten, was zu Streaming-Problemen führt.
Expand Down
2 changes: 1 addition & 1 deletion text/italianFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Alfa degli alberi
Filtro delle ombre

[FF_WARN0]
~p~IMG Files:
~p~IMG Files:

[FF_WARN1]
; ~r~ATTENZIONE: è stato superato il limite di 255 img, potrebbero verificarsi problemi di streaming.
Expand Down
2 changes: 1 addition & 1 deletion text/japaneseFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ FPSリミッター
シャドウフィルター

[FF_WARN0]
~p~IMG ファイル:
~p~IMG ファイル:

[FF_WARN1]
; ~r~警告: 255 制限を超えると、ストリーミングに問題が発生します。
Expand Down
2 changes: 1 addition & 1 deletion text/russianFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Fusion Fix: Проверять Обновления
Фильтрация Теней

[FF_WARN0]
~p~IMG Архивы:
~p~IMG Архивы:

[FF_WARN1]
; ~r~ПРЕДУПРЕЖДЕНИЕ: Превышен лимит IMG архивов(255), возможны проблемы с загрузкой карты.
Expand Down
2 changes: 1 addition & 1 deletion text/spanishFF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Transparencia de los árboles
Filtro de sombras

[FF_WARN0]
~p~Archivos IMG:
~p~Archivos IMG:

[FF_WARN1]
; ~r~ATENCIÓN: Se ha sobrepasado el límite de 255 archivos IMG y causará problemas de carga ("streaming").
Expand Down

0 comments on commit e073e7a

Please sign in to comment.