mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
xgettext compatibility: Output 'yes' for translatable
This commit is contained in:
parent
85630bc975
commit
f1cf70b6eb
13 changed files with 19 additions and 19 deletions
|
@ -9,17 +9,17 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||
<object class="GtkDialog">
|
||||
<child type="action">
|
||||
<object class="GtkButton" id="cancel_button">
|
||||
<property name="label" translatable="true">Cancel</property>
|
||||
<property name="label" translatable="yes">Cancel</property>
|
||||
</object>
|
||||
</child>
|
||||
<child type="action">
|
||||
<object class="GtkButton" id="custom_response_button">
|
||||
<property name="label" translatable="true">Reinstall Windows</property>
|
||||
<property name="label" translatable="yes">Reinstall Windows</property>
|
||||
</object>
|
||||
</child>
|
||||
<child type="action">
|
||||
<object class="GtkButton" id="ok_button">
|
||||
<property name="label" translatable="true">Ok</property>
|
||||
<property name="label" translatable="yes">Ok</property>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
|
@ -31,7 +31,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||
<object class="GtkInfoBar">
|
||||
<child type="action">
|
||||
<object class="GtkButton" id="ok_info_button">
|
||||
<property name="label" translatable="true">Ok</property>
|
||||
<property name="label" translatable="yes">Ok</property>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue