From 275ae726a40f192450d3c854b390ceec2567ffc0 Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 18 May 2015 07:45:30 +0000 Subject: let fltk wrap this dialog's text --- src/uicmd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/uicmd.cc b/src/uicmd.cc index 5225be75..9541a7df 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -933,7 +933,7 @@ static int UIcmd_save_file_check(const char *name) int ch; ds = dStr_sized_new(128); dStr_sprintf(ds, - "The file:\n %s (%d Bytes)\nalready exists. What do we do?", + "The file: %s (%d Bytes) already exists. What do we do?", name, (int)ss.st_size); ch = a_Dialog_choice("Dillo Save: File exists!", ds->str, "Abort", "Continue", "Rename", NULL); -- cgit v1.2.3