changeset 2797:6ed30da8b62d

Pan view warning window Ensure the pan view warning window is displayed at a sensible width
author Colin Clark <colin.clark@cclark.uk>
date Sun, 15 Jul 2018 11:02:07 +0100
parents a33f347d1489
children d9764817aad8
files src/pan-view/pan-view.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/pan-view/pan-view.c	Sat Jul 14 17:26:32 2018 +0100
+++ b/src/pan-view/pan-view.c	Sun Jul 15 11:02:07 2018 +0100
@@ -2003,9 +2003,7 @@
 
 	box = generic_dialog_add_message(gd, GTK_STOCK_DIALOG_INFO,
 					 _("Pan view performance may be poor."),
-					 _("To improve performance of thumbnails in the pan view the"
-					   " following options can be enabled. Note that both options"
-					   " must be enabled to notice a change in performance."), TRUE);
+					 _("To improve the performance of thumbnails in\npan view the following options can be enabled.\n\nNote that both options must be enabled to\nnotice a change in performance."), TRUE);
 
 	group = pref_box_new(box, FALSE, GTK_ORIENTATION_HORIZONTAL, 0);
 	pref_spacer(group, PREF_PAD_INDENT);