From 8ec6c7517ca1af84aa392ee1bef4356d79db8486 Mon Sep 17 00:00:00 2001
From: sonninnos <tony@pihaus.org>
Date: Sat, 18 Jun 2022 09:06:52 +0300
Subject: [PATCH] Reformat fill titles

---
 menu/cbs/menu_cbs_title.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/menu/cbs/menu_cbs_title.c b/menu/cbs/menu_cbs_title.c
index 4a35e17b3e..1aa4c79639 100644
--- a/menu/cbs/menu_cbs_title.c
+++ b/menu/cbs/menu_cbs_title.c
@@ -67,7 +67,7 @@
 { \
    const char *title = msg_hash_to_str(lbl); \
    if (!string_is_empty(path) && !string_is_empty(title)) \
-      fill_pathname_join_delim(s, title, path, ' ', len); \
+      snprintf(s, len, "%s: %s", title, path); \
    else if (!string_is_empty(title)) \
       strlcpy(s, title, len); \
    return 1; \