diff --git a/src/custom_widgets/message_widget.py b/src/custom_widgets/message_widget.py
index ec7dacd..b808824 100644
--- a/src/custom_widgets/message_widget.py
+++ b/src/custom_widgets/message_widget.py
@@ -263,7 +263,7 @@ class footer(Gtk.Label):
margin_start=5,
focusable=True
)
- self.set_markup("{}{}".format((window.convert_model_name(model, 0) + "\n") if model else "", GLib.markup_escape_text(self.format_datetime(dt))))
+ self.set_markup("{}{}".format((window.convert_model_name(model, 0) + " • ") if model else "", GLib.markup_escape_text(self.format_datetime(dt))))
def format_datetime(self, dt:datetime) -> str:
date = GLib.DateTime.new(GLib.DateTime.new_now_local().get_timezone(), dt.year, dt.month, dt.day, dt.hour, dt.minute, dt.second)
diff --git a/src/window.ui b/src/window.ui
index 4028c05..81ce840 100644
--- a/src/window.ui
+++ b/src/window.ui
@@ -482,7 +482,20 @@
true
edit-find-symbolic
No Models Found
- Try a different search
+ Try a different search or pull an unlisted model from it's name
+
+
+