Hi all

here is a small patch that adds "LibreOffice" to the Exit label in the menu

some user, especially comming from other known office suite, do not understand why their calc documents are closed when they exit from a writer one

The proposed menu is more explicit

would be great if it could be also part of 3.5.x branch

HTH

Thanks a lot

Laurent
>From 3d03215628ba3cc07259dc6bd8420d2603cdccaa Mon Sep 17 00:00:00 2001
From: Laurent Godard <lgodard.li...@laposte.net>
Date: Wed, 11 Jul 2012 17:07:23 +0200
Subject: [PATCH] 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
---
 sfx2/source/appl/app.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index aa634f5..4beca7e 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -271,7 +271,7 @@ ToolBox RID_FULLSCREENTOOLBOX
 
 String STR_QUITAPP
 {
-    Text [ en-US ] = "E~xit" ;
+    Text [ en-US ] = "E~xit %PRODUCTNAME" ;
 };
 
 String RID_STR_HELP
-- 
1.7.10.4

_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to