Skip to content

Commit

Permalink
config/text: fix st_game_saved string translation
Browse files Browse the repository at this point in the history
It really should start with a capital. Seems like goes from the vanilla.

Signed-off-by: Alexander Lobakin <[email protected]>
  • Loading branch information
solbjorn committed May 20, 2024
1 parent fbb462b commit 3d36b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/text/rus/string_table_ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<text>Ëîêàëüíàÿ êàðòà</text>
</string>
<string id="st_game_saved">
<text>èãðà ñîõðàíåíà</text>
<text>Èãðà ñîõðàíåíà</text>
</string>
<string id="tip_car_locked">
<text>Çàïåðòî</text>
Expand Down

0 comments on commit 3d36b3a

Please sign in to comment.