From b9d20625d29b5cf99e32e4a282546a7dd2889d5d Mon Sep 17 00:00:00 2001 From: Dennis Roczek Date: Sat, 26 Sep 2015 12:49:19 +0200 Subject: fix ellipsis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If427f3609193244b6ccda4e00f1ca793174e83e2 Reviewed-on: https://gerrit.libreoffice.org/18880 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/source/ui/drawfunc/objdraw.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/drawfunc/objdraw.src b/sc/source/ui/drawfunc/objdraw.src index 7989e2743717..511bdda145fd 100644 --- a/sc/source/ui/drawfunc/objdraw.src +++ b/sc/source/ui/drawfunc/objdraw.src @@ -476,7 +476,7 @@ Menu RID_POPUP_CHART { Identifier = SID_EXPORT_AS_GRAPHIC ; Command = ".uno:ExportAsGraphic" ; - Text [ en-US ] = "Export as Image.." ; + Text [ en-US ] = "Export as Image..." ; }; }; }; -- cgit