diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2012-07-11 17:07:23 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-13 12:12:03 +0100 |
commit | 0d2afe08450ad041afa21adf48d6c6d90e8cc4e0 (patch) | |
tree | 74fd1fa97d3e8bbdeffaa4fb55a92c4dab086268 /sfx2/source | |
parent | 76d07ffc5f87790865d9ea1a5c3c1093d0d01fe6 (diff) |
change Exit menu entry to Exit %PRODUCTNAME fdo#51944
Some user do not understand that Exit is for exiting all libreoffice modules and not exiting the current window
Change-Id: If3a88a1e7f79c5c19f3011ba65dde3cda11462a4
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index de7368ae176c..bcb19cbcdfc6 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -257,7 +257,7 @@ ToolBox RID_FULLSCREENTOOLBOX String STR_QUITAPP { - Text [ en-US ] = "E~xit" ; + Text [ en-US ] = "E~xit %PRODUCTNAME" ; }; String RID_STR_HELP |