diff options
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 24 |
1 files changed, 12 insertions, 12 deletions
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?" |