aboutsummaryrefslogtreecommitdiff
path: root/core/locale.conf
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-02-25 04:50:42 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-02-25 04:50:42 -0500
commit97852faead603a90219639e238587a2414f1c1e4 (patch)
tree95fe9b75d3853b985c704e468d1b29ba781f26f1 /core/locale.conf
parent6dd0afaca2398bd36ff48c9a2f7799608bafcace (diff)
downloadtextadept-97852faead603a90219639e238587a2414f1c1e4.tar.gz
textadept-97852faead603a90219639e238587a2414f1c1e4.zip
Modified quit and close dialogs to be more readable.
Submitted by rgieseke.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf24
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?"