From f0f502e5535f632d6f9fa18ceb32afb0c7b83b11 Mon Sep 17 00:00:00 2001
From: Theo Linkspfeifer <lastonestanding@tutanota.com>
Date: Thu, 3 Nov 2022 11:24:28 +0000
Subject: [PATCH] Add newline to templates text

---
 thunar/thunar-action-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-action-manager.c b/thunar/thunar-action-manager.c
index a1a3f3e4e..f5108d5fa 100644
--- a/thunar/thunar-action-manager.c
+++ b/thunar/thunar-action-manager.c
@@ -2896,7 +2896,7 @@ thunar_action_manager_create_document_submenu_new (ThunarActionManager *action_m
   if (files == NULL)
     {
       template_path = g_file_get_path (templates_dir);
-      label_text = g_strdup_printf (_("No templates installed in \"%s\""), template_path);
+      label_text = g_strdup_printf (_("No templates installed in\n\"%s\""), template_path);
       item = xfce_gtk_image_menu_item_new (label_text, NULL, NULL, NULL, NULL, NULL, GTK_MENU_SHELL (submenu));
       gtk_widget_set_sensitive (item, FALSE);
       g_free (template_path);
-- 
GitLab