[Libreoffice-commits] .: sfx2/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Jul 13 04:15:49 PDT 2012


 sfx2/source/appl/app.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d2afe08450ad041afa21adf48d6c6d90e8cc4e0
Author: Laurent Godard <lgodard.libre at laposte.net>
Date:   Wed Jul 11 17:07:23 2012 +0200

    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

diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index de7368a..bcb19cb 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


More information about the Libreoffice-commits mailing list