diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-02-13 15:34:35 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-02-13 15:40:24 +0100 |
commit | 516905788436c386caac8ae5288ae0619bc032d1 (patch) | |
tree | 7a38261dff48336fa8797b182e44fcab3094f639 /cui | |
parent | 9a51a7ae7153fee17013867bd7bbaacedee1980a (diff) |
Use "Close" instead of "Cancel" button in the about dialog
Thanks to Stefan Knorr (Astron) for hint.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src index 6cedf59beb9a..cee5330b45f2 100644 --- a/cui/source/dialogs/about.src +++ b/cui/source/dialogs/about.src @@ -131,5 +131,6 @@ ModalDialog RID_DEFAULTABOUT DefButton = TRUE ; Pos = MAP_APPFONT ( 174 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; + Text [ en-US ] = "~Close"; }; }; |