Skip to content

Commit 3bb59c9

Browse files
committed
offsetpage-widget: don't translate column 0
Backgrund: This value is used to compose the setting name in the gmoccapy pref file - so translating this will give a new setting for every language.
1 parent 5862ea0 commit 3bb59c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/python/gladevcp/offsetpage.glade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</columns>
3838
<data>
3939
<row>
40-
<col id="0" translatable="yes">Tool</col>
40+
<col id="0">Tool</col>
4141
<col id="1">0</col>
4242
<col id="2">0</col>
4343
<col id="3">0</col>
@@ -71,7 +71,7 @@
7171
<col id="14">G5x</col>
7272
</row>
7373
<row>
74-
<col id="0" translatable="yes">Rot</col>
74+
<col id="0">Rot</col>
7575
<col id="1">0</col>
7676
<col id="2">0</col>
7777
<col id="3">0</col>

0 commit comments

Comments
 (0)