Skip to content

Commit aeec220

Browse files
committed
Merge branch 'feature/3d-noise'
2 parents a331736 + 17fae26 commit aeec220

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/ui/gtk3.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
<property name="spacing">3</property>
444444
<child>
445445
<object class="GtkLabel">
446-
<property name="label" translatable="yes">Use a 3D Noise</property>
446+
<property name="label" translatable="yes">3D Noise</property>
447447
<property name="xalign">0</property>
448448
<property name="halign">start</property>
449449
<property name="valign">center</property>
@@ -452,7 +452,7 @@
452452
</child>
453453
<child>
454454
<object class="GtkLabel">
455-
<property name="label" translatable="yes">Makes the fire look more interesting at the cost of performance.</property>
455+
<property name="label" translatable="yes">Creates a more dynamic fire but requires more GPU power.</property>
456456
<property name="xalign">0</property>
457457
<property name="halign">start</property>
458458
<property name="valign">center</property>

resources/ui/gtk4.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
<property name="spacing">3</property>
367367
<child>
368368
<object class="GtkLabel">
369-
<property name="label" translatable="yes">Use a 3D Noise</property>
369+
<property name="label" translatable="yes">3D Noise</property>
370370
<property name="xalign">0</property>
371371
<property name="halign">start</property>
372372
<property name="valign">center</property>
@@ -375,7 +375,7 @@
375375
</child>
376376
<child>
377377
<object class="GtkLabel">
378-
<property name="label" translatable="yes">Makes the fire look more interesting at the cost of performance.</property>
378+
<property name="label" translatable="yes">Creates a more dynamic fire but requires more GPU power.</property>
379379
<property name="xalign">0</property>
380380
<property name="halign">start</property>
381381
<property name="valign">center</property>

0 commit comments

Comments
 (0)