We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd5986 commit cd1bd42Copy full SHA for cd1bd42
res/main/ui/about.xml
@@ -8,7 +8,7 @@
8
</multilabel>
9
</align>
10
<align fill="true" valign="-1" hexpand="true">
11
- <grid rows="15" cols="2" hspacing="4" vspacing="4">
+ <grid rows="16" cols="2" hspacing="4" vspacing="4">
12
<cell cols="2">
13
<label ui:inject="AboutDialog::Heading" text="headings.about" text.meta="true" />
14
</cell>
@@ -41,6 +41,10 @@
41
<label ui:inject="AboutDialog::Text" text="messages.about.info.plug_version" />
42
<label ui:inject="AboutDialog::Text" text="messages.about.values.plug_version" />
43
44
+ <cell cols="2">
45
+ <label ui:inject="AboutDialog::Text" text="bundles.${bundle_id}.description" />
46
+ </cell>
47
+
48
49
<label ui:inject="AboutDialog::Text" text="messages.about.license" />
50
0 commit comments