Merge branch 'fix-ui-typo' into 'master'

libsysprof-ui: Fix a typo in a label

See merge request GNOME/sysprof!43
This commit is contained in:
Christian Hergert
2021-03-09 00:11:31 +00:00

View File

@ -237,7 +237,7 @@
<property name="visible">true</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Include all applications and operating system kernel in callgraph. This may not be possible on some system system configurations.</property>
<property name="label" translatable="yes">Include all applications and operating system kernel in callgraph. This may not be possible on some system configurations.</property>
<property name="margin-bottom">6</property>
<property name="max-width-chars">10</property>
<property name="wrap">true</property>