extensions-app: Fix translatable string

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1232
This commit is contained in:
AsciiWolf 2020-05-01 13:52:38 +02:00 committed by Florian Müllner
parent c9950442d9
commit c3bdaf7e41

View File

@ -270,7 +270,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="halign">start</property>
<property name="label">Extension Updates Ready</property>
<property name="label" translatable="yes">Extension Updates Ready</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>