diff --git a/src/window.py b/src/window.py
index fa210a3..18d88da 100644
--- a/src/window.py
+++ b/src/window.py
@@ -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':
diff --git a/src/window.ui b/src/window.ui
index 0f8ab9e..f77bd15 100644
--- a/src/window.ui
+++ b/src/window.ui
@@ -856,7 +856,7 @@
app.import_chat
-
- Clear Chat
+ Clear chat
app.clear
-
@@ -864,7 +864,7 @@
app.preferences
-
- Keyboard Shortcuts
+ Keyboard shortcuts
win.show-help-overlay
-
@@ -965,7 +965,7 @@