diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-07-18 21:57:33 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-07-18 21:57:33 +0200 |
commit | d6368f0947809b227e45a592f038d8629dca2794 (patch) | |
tree | 9a35160b1e5a49ba4848be2be30214ae750fc1d2 /src | |
parent | c0f72898d347ec58fdad3ce6ef5df39e2ab450de (diff) |
Discard->Discard Changes
Diffstat (limited to 'src')
-rw-r--r-- | src/flpsed.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flpsed.cxx b/src/flpsed.cxx index 5d8cc07..a5124e8 100644 --- a/src/flpsed.cxx +++ b/src/flpsed.cxx @@ -49,7 +49,7 @@ int check_save(void) { int r = fl_choice("The current file has not been saved.\n" "Would you like to save it now?", - "Cancel", "Save", "Discard"); + "Cancel", "Save", "Discard Changes"); if (r == 1) { save_cb(); // Save the file... |