diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-09-29 15:37:29 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-09-29 15:37:29 +0000 |
commit | 502b3ceaa29663f70801920077bceaf4138b56d3 (patch) | |
tree | 7dcbe097bc935026cbf1f605346f5aca6794b618 /testsuite/tools/simplify-data-3to4/assistant.expected | |
parent | da5efea6634a58e0bbcbf4d2cdd4b8bcd6bc377f (diff) | |
parent | 01abd1565e3d564b0464ac013f02f2b9e22d97d3 (diff) | |
download | gtk+-master.tar.gz |
Merge branch 'matthiasc/for-master' into 'master'master
gtk-builder-tool: Simplify <style>
See merge request GNOME/gtk!4009
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> |