extensions-app: Fix translatable string

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1231
This commit is contained in:
AsciiWolf 2020-05-01 13:50:34 +02:00
parent 13062af7ef
commit 05485fe04c

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>