This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 76ace17542 Add space because Text was truncated 76ace17542 is described below commit 76ace175427553bfbbf4fd6c80675d80264de2c2 Author: mseidel <msei...@apache.org> AuthorDate: Tue Jul 30 22:21:11 2024 +0200 Add space because Text was truncated (cherry picked from commit 9ba326f272e0aa4878b28ffb9a54ebd6e1caa0bb) --- main/desktop/source/deployment/gui/dp_gui_updatedialog.src | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/main/desktop/source/deployment/gui/dp_gui_updatedialog.src b/main/desktop/source/deployment/gui/dp_gui_updatedialog.src index bc61ad6736..ddfea13a55 100644 --- a/main/desktop/source/deployment/gui/dp_gui_updatedialog.src +++ b/main/desktop/source/deployment/gui/dp_gui_updatedialog.src @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,20 +7,18 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ - - #include "svtools/controldims.hrc" #include "dp_gui.hrc" @@ -52,7 +50,7 @@ ModalDialog RID_DLG_UPDATE { (LOCAL_WIDTH - LOCAL_WIDTH * 2 / 3 - RSC_SP_CTRL_DESC_X - RSC_CD_FIXEDTEXT_HEIGHT), RSC_CD_FIXEDTEXT_HEIGHT); - Text[en-US] = "Checking..."; + Text[en-US] = "Checking... "; Right = TRUE; NoLabel = TRUE; }; @@ -274,3 +272,4 @@ WarningBox RID_WARNINGBOX_UPDATE_SHARED_EXTENSION "Click \'Cancel\' to stop updating the extensions."; }; +// ******************************************************************* EOF