From 97852faead603a90219639e238587a2414f1c1e4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 25 Feb 2010 04:50:42 -0500 Subject: Modified quit and close dialogs to be more readable. Submitted by rgieseke. --- core/locale.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index ef059beb..7450b884 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -52,16 +52,16 @@ STATUS_SPACES "Spaces: " DOCSTATUSBAR_TEXT "Line: %d/%d Col: %d %s %s %s %s" % core/events.lua -% "Save?" -EVENTS_QUIT_TITLE "Save?" +% "Quit without saving?" +EVENTS_QUIT_TITLE "Quit without saving?" % core/events.lua -% "Save changes before quitting?" -EVENTS_QUIT_TEXT "Save changes before quitting?" +% "The following buffers are unsaved:" +EVENTS_QUIT_TEXT "The following buffers are unsaved:" % core/events.lua -% "The following buffers are unsaved:\n\n%s\n\nYou will have to save changes manually." -EVENTS_QUIT_MSG "The following buffers are unsaved:\n\n%s\n\nYou will have to save changes manually." +% "Quit _without saving" +EVENTS_QUIT_BUTTON2 "Quit _without saving" % core/events.lua % "[Error Buffer]" @@ -80,16 +80,16 @@ IO_OPEN_TITLE "Open" IO_SAVE_TITLE "Save" % core/file_io.lua -% "Save?" -IO_CLOSE_TITLE "Save?" +% "Close without saving?" +IO_CLOSE_TITLE "Close without saving?" % core/file_io.lua -% "Save changes before closing?" -IO_CLOSE_TEXT "Save changes before closing?" +% "There are unsaved changes in" +IO_CLOSE_TEXT "There are unsaved changes in" % core/file_io.lua -% "You will have to save changes manually." -IO_CLOSE_MSG "You will have to save changes manually." +% "Close _without saving" +IO_CLOSE_BUTTON2 "Close _without saving" % core/file_io.lua % "Reload?" -- cgit v1.2.3