aboutsummaryrefslogtreecommitdiff
path: root/source/es/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'source/es/basctl')
-rw-r--r--source/es/basctl/messages.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/es/basctl/messages.po b/source/es/basctl/messages.po
index 2454b3ea7af..95a17c5b238 100644
--- a/source/es/basctl/messages.po
+++ b/source/es/basctl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-12-21 12:37+0100\n"
-"PO-Revision-Date: 2021-12-22 16:51+0000\n"
+"PO-Revision-Date: 2022-01-12 04:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/es/>\n"
"Language: es\n"
@@ -1316,7 +1316,7 @@ msgstr "Escriba un nombre para la biblioteca o el módulo de nueva creación."
#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
msgctxt "organizedialog|OrganizeDialog"
msgid "Basic Macro Organizer"
-msgstr "Organizador de macros de Basic"
+msgstr "Organizador de macros de BASIC"
#. 7cVSj
#: basctl/uiconfig/basicide/ui/organizedialog.ui:111
s3'>feature/unostyles3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_importdescriptorbaseobj.mk
AgeCommit message (Collapse)Author
2022-11-07sc: factor out common code in make filesXisco Fauli
I had to rename some .cxx files to follow the same patterns. The renaming cause clang-format to be triggered for those files CppunitTest_sc_functionlistobj fails with xindexaccess.cxx:26:Assertion Test name: sc_apitest::ScFunctionListObj::testGetCount equality assertion failed - Expected: 395 - Actual : 508 if it doesn't use gb_CppunitTest_use_components Change-Id: I7c929512bbf05293118bc54b343a59c8bbee5538 Change-Id: I21971773f1e2d4bc7a6f33e4c392b20abf8d54de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142387 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>