mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
fix xml escapes in AdwActionRow subtitle
patch from @tekstryder
This commit is contained in:
@@ -154,7 +154,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="AdwActionRow">
|
<object class="AdwActionRow">
|
||||||
<property name="title" translatable="yes">Keyboard shortcut to reveal and hold the panel</property>
|
<property name="title" translatable="yes">Keyboard shortcut to reveal and hold the panel</property>
|
||||||
<property name="subtitle" translatable="yes">Syntax: <Shift>, <Ctrl>, <Alt>, <Super></property>
|
<property name="subtitle" translatable="yes">Syntax: &lt;Shift&gt;, &lt;Ctrl&gt;, &lt;Alt&gt;, &lt;Super&gt;</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkEntry" id="intellihide_toggle_entry">
|
<object class="GtkEntry" id="intellihide_toggle_entry">
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="AdwActionRow">
|
<object class="AdwActionRow">
|
||||||
<property name="title" translatable="yes">Shortcut to show the overlay for 2 seconds</property>
|
<property name="title" translatable="yes">Shortcut to show the overlay for 2 seconds</property>
|
||||||
<property name="subtitle" translatable="yes">Syntax: <Shift>, <Ctrl>, <Alt>, <Super></property>
|
<property name="subtitle" translatable="yes">Syntax: &lt;Shift&gt;, &lt;Ctrl&gt;, &lt;Alt&gt;, &lt;Super&gt;</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkEntry" id="shortcut_entry">
|
<object class="GtkEntry" id="shortcut_entry">
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user