From 08aef452e7d3d5901e42b5e6a38ecaf18cd38529 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 14 Aug 2018 17:03:46 +0200 Subject: [PATCH] Disambiguate dialog buttons Fixes: #11242 (cherry picked from commit 74657a14a7d0d121724725e936b10be26efab846) --- src/buffer_funcs.cpp | 2 +- status.23x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/buffer_funcs.cpp b/src/buffer_funcs.cpp index dc46dcdbc2..9e1b048cc0 100644 --- a/src/buffer_funcs.cpp +++ b/src/buffer_funcs.cpp @@ -126,7 +126,7 @@ Buffer * checkAndLoadLyXFile(FileName const & filename, bool const acceptDirty) "exist.\n\nDo you want to create a new document?"), from_utf8(filename.absFileName())); if (!Alert::prompt(_("Create new document?"), - text, 0, 1, _("&Create"), _("Cancel"))) + text, 0, 1, _("&Yes, Create New Document"), _("&No, Do Not Create"))) return newFile(filename.absFileName(), string(), true); return 0; diff --git a/status.23x b/status.23x index 0e2dc528ea..5a61d98757 100644 --- a/status.23x +++ b/status.23x @@ -31,6 +31,8 @@ What's new - Improve layout of the character dialog (bugs 2752, 3804, 3884, and 4836). +- Disambiguate dialog message (bug 11242). + * DOCUMENTATION AND LOCALIZATION -- 2.39.5