summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-04-10 09:15:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-04-23 19:01:57 +0200
commit5dc2b5277f4d18533c5fe4d43b016f12da52ed36 (patch)
tree008b0e108f8f6679c0cb090495c5b8a4f1fb3e71
parentb102852bd67fb08e08c02cc733d3682db3969ce1 (diff)
Translate remnant "Kalkulator" into "calculator"
Change-Id: I3c72342d07eabb3b618cd0c36d0606d81baad423 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150173 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/ui/fldui/fldvar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx
index ae3af154f0b5..13265523ba17 100644
--- a/sw/source/ui/fldui/fldvar.cxx
+++ b/sw/source/ui/fldui/fldvar.cxx
@@ -1029,7 +1029,7 @@ IMPL_LINK(SwFieldVarPage, TBClickHdl, weld::Button&, rBox, void)
bool bText = false;
sal_uInt32 nNumberFormat = lcl_getUsedNumFormat( *m_xNumFormatLB, bText);
if (nNumberFormat && nNumberFormat != SAL_MAX_UINT32)
- { // Switch language to office-language because Kalkulator expects
+ { // Switch language to office-language because calculator expects
// String in office format and it should be fed into dialog like
// that
nNumberFormat = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nNumberFormat);
@@ -1151,7 +1151,7 @@ bool SwFieldVarPage::FillItemSet(SfxItemSet* )
if (nFormat && nFormat != NUMBERFORMAT_ENTRY_NOT_FOUND && m_xNumFormatLB->IsAutomaticLanguage())
{
- // Switch language to office language because Kalkulator expects
+ // Switch language to office language because calculator expects
// String in office format and it should be fed into the dialog
// like that
SwWrtShell *pSh = GetWrtShell();