diff --git a/thunar/thunar-action-manager.c b/thunar/thunar-action-manager.c index a1a3f3e4e1237c4237d79edbe606d88df3a6afad..f5108d5fad99748787501e328da1aa688189b941 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);