Skip to content

Commit 922e892

Browse files
committed
Add OpenGL renderer options strings
Only Russian and English language only for now Fix unknown charapters in English ui_st_mm.xml
1 parent e99bd9b commit 922e892

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

res/gamedata/configs/text/eng/ui_st_mm.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@
366366
<string id="renderer_r3">
367367
<text>Enhanced full dyn. lighting (DX10)</text>
368368
</string>
369+
<string id="renderer_gl">
370+
<text>Enhanced full dyn. lighting (OpenGL)</text>
371+
</string>
369372
<string id="server name">
370373
<text>SERVER NAME</text>
371374
</string>
@@ -922,7 +925,7 @@
922925
<text>The unique nickname cannot contain spaces</text>
923926
</string>
924927
<string id="mp_gp_unique_nick_bad_first_symbol">
925-
<text><![CDATA[The unique nickname may not begin with a number or any of the following symbols: '@', '+', ':' or ‘#’]]></text>
928+
<text><![CDATA[The unique nickname may not begin with a number or any of the following symbols: '@', '+', ':' or '#']]></text>
926929
</string>
927930
<string id="st_opt_ultra">
928931
<text>very high</text>

res/gamedata/configs/text/rus/ui_st_mm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@
366366
<string id="renderer_r3">
367367
<text>Óë. ïîëíîå îñâåùåíèå (DX10)</text>
368368
</string>
369+
<string id="renderer_gl">
370+
<text>Óë. ïîëíîå îñâåùåíèå (OpenGL)</text>
371+
</string>
369372
<string id="server name">
370373
<text>ÈÌß ÑÅÐÂÅÐÀ</text>
371374
</string>

0 commit comments

Comments
 (0)