libsysprof-ui: Fix a typo in a label

This commit is contained in:
Phaedrus Leeds
2021-03-08 15:27:27 -08:00
parent 7b87560be8
commit d1a43dc4a8

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>