Fixed capitalization
This commit is contained in:
parent
219843d6d2
commit
862d377ead
@ -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':
|
||||
|
@ -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"><ctrl>N</property>
|
||||
<property name="title" translatable="yes">New Chat</property>
|
||||
<property name="title" translatable="yes">New chat</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
Loading…
x
Reference in New Issue
Block a user