display: Mark strings as translatable
Those were translatable before the "templating" of this section of the
panel.
Fixes: 8503dab5
This commit is contained in:
parent
7e62626044
commit
9fba7cc2ad
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
<property name="width_request">100</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="title">Orientation</property>
|
||||
<property name="title" translatable="yes">Orientation</property>
|
||||
<signal name="notify::selected-index" handler="on_orientation_selection_changed_cb" swapped="no"/>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<property name="width_request">100</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="title">Resolution</property>
|
||||
<property name="title" translatable="yes">Resolution</property>
|
||||
<signal name="notify::selected-index" handler="on_resolution_selection_changed_cb" swapped="no"/>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<property name="width_request">100</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="title">Refresh Rate</property>
|
||||
<property name="title" translatable="yes">Refresh Rate</property>
|
||||
<signal name="notify::selected-index" handler="on_refresh_rate_selection_changed_cb" swapped="no"/>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<property name="width_request">100</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="title">Adjust for TV</property>
|
||||
<property name="title" translatable="yes">Adjust for TV</property>
|
||||
<child type="action">
|
||||
<object class="GtkSwitch" id="underscanning_switch">
|
||||
<property name="visible">True</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue