Fixed capitalization

This commit is contained in:
jeffser 2024-06-24 00:44:15 -06:00
parent 219843d6d2
commit 862d377ead
2 changed files with 4 additions and 4 deletions

View File

@ -560,7 +560,7 @@ class AlpacaWindow(Adw.ApplicationWindow):
valign=3,
name=name,
css_classes=["flat"],
tooltip_text=name,
tooltip_text=name if file_type != 'youtube' else yt.title,
child=button_content
)
if file_type == 'youtube':

View File

@ -856,7 +856,7 @@
<attribute name="action">app.import_chat</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Clear Chat</attribute>
<attribute name="label" translatable="yes">Clear chat</attribute>
<attribute name="action">app.clear</attribute>
</item>
<item>
@ -864,7 +864,7 @@
<attribute name="action">app.preferences</attribute>
</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>
</item>
<item>
@ -965,7 +965,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;ctrl&gt;N</property>
<property name="title" translatable="yes">New Chat</property>
<property name="title" translatable="yes">New chat</property>
</object>
</child>
<child>