diff options
Diffstat (limited to 'testsuite/tools/simplify-data-3to4/assistant.expected')
-rw-r--r-- | testsuite/tools/simplify-data-3to4/assistant.expected | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tools/simplify-data-3to4/assistant.expected b/testsuite/tools/simplify-data-3to4/assistant.expected index 532abbb701..d73482b38f 100644 --- a/testsuite/tools/simplify-data-3to4/assistant.expected +++ b/testsuite/tools/simplify-data-3to4/assistant.expected @@ -4,20 +4,20 @@ <object class="GtkAssistant" id="window1"> <child> <object class="GtkAssistantPage"> - <property name="title" translatable="yes">Page 1</property> + <property name="title" translatable="1">Page 1</property> <property name="child"> <object class="GtkButton" id="button1"> - <property name="label" translatable="yes">Button 1</property> + <property name="label" translatable="1">Button 1</property> </object> </property> </object> </child> <child> <object class="GtkAssistantPage"> - <property name="title" translatable="yes">Page 2</property> + <property name="title" translatable="1">Page 2</property> <property name="child"> <object class="GtkButton" id="button2"> - <property name="label" translatable="yes">Button 2</property> + <property name="label" translatable="1">Button 2</property> </object> </property> </object> |