DEADSOFTWARE

Language: Add missing translation for grid dot size
authorStas'M <x86corez@gmail.com>
Sun, 20 May 2018 13:49:34 +0000 (16:49 +0300)
committerStas'M <x86corez@gmail.com>
Sun, 20 May 2018 13:52:54 +0000 (16:52 +0300)
src/editor/g_language.pas

index c38feac6c9e61a336b149aae594801ffac340037..b6a779d66be54d6d0f92060bbc4a7bfca8639e7d 100644 (file)
@@ -535,6 +535,7 @@ Type
 
     I_LAB_ES_GRID,
     I_LAB_ES_GRID_COLOR,
+    I_LAB_ES_GRID_SIZE,
     I_LAB_ES_BACK,
     I_LAB_ES_PREVIEW,
     I_LAB_ES_MINIMAP,
@@ -1659,6 +1660,8 @@ Const
                                        'Шаг сетки:'),
     ('LAB ES GRID COLOR',              'Grid Color:',
                                        'Цвет сетки:'),
+    ('LAB ES GRID SIZE',               'Grid Dot Size:',
+                                       'Размер точек сетки:'),
     ('LAB ES BACK',                    'Background Color:',
                                        'Цвет фона:'),
     ('LAB ES PREVIEW',                 'Texture Preview Background Color:',
@@ -2322,6 +2325,7 @@ begin
     cbCheckerboard.Caption := _lc[I_CTRL_ES_CHECKERBOARD];
     LabelGrid.Caption := _lc[I_LAB_ES_GRID];
     LabelGridCol.Caption := _lc[I_LAB_ES_GRID_COLOR];
+    LabelGridSize.Caption := _lc[I_LAB_ES_GRID_SIZE];
     LabelBack.Caption := _lc[I_LAB_ES_BACK];
     LabelPreview.Caption := _lc[I_LAB_ES_PREVIEW];
     LabelMinimap.Caption := _lc[I_LAB_ES_MINIMAP];