Fixed capitalization
This commit is contained in:
parent
219843d6d2
commit
862d377ead
@ -560,7 +560,7 @@ class AlpacaWindow(Adw.ApplicationWindow):
|
|||||||
valign=3,
|
valign=3,
|
||||||
name=name,
|
name=name,
|
||||||
css_classes=["flat"],
|
css_classes=["flat"],
|
||||||
tooltip_text=name,
|
tooltip_text=name if file_type != 'youtube' else yt.title,
|
||||||
child=button_content
|
child=button_content
|
||||||
)
|
)
|
||||||
if file_type == 'youtube':
|
if file_type == 'youtube':
|
||||||
|
@ -856,7 +856,7 @@
|
|||||||
<attribute name="action">app.import_chat</attribute>
|
<attribute name="action">app.import_chat</attribute>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<attribute name="label" translatable="yes">Clear Chat</attribute>
|
<attribute name="label" translatable="yes">Clear chat</attribute>
|
||||||
<attribute name="action">app.clear</attribute>
|
<attribute name="action">app.clear</attribute>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -864,7 +864,7 @@
|
|||||||
<attribute name="action">app.preferences</attribute>
|
<attribute name="action">app.preferences</attribute>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
|
<attribute name="label" translatable="yes">Keyboard shortcuts</attribute>
|
||||||
<attribute name="action">win.show-help-overlay</attribute>
|
<attribute name="action">win.show-help-overlay</attribute>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -965,7 +965,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="accelerator"><ctrl>N</property>
|
<property name="accelerator"><ctrl>N</property>
|
||||||
<property name="title" translatable="yes">New Chat</property>
|
<property name="title" translatable="yes">New chat</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user