[Libreoffice-commits] core.git: sc/source
Andrea Pescetti
pescetti at apache.org
Sun Dec 22 12:41:29 PST 2013
sc/source/ui/src/scfuncs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2fac216928ac8c97db8ceb20e862b690bef8802b
Author: Andrea Pescetti <pescetti at apache.org>
Date: Sun Dec 22 13:39:09 2013 +0000
Resolves: #i123323# Fix typo in English string (concatentation)
(cherry picked from commit bc44947351f9dcfa6a466618d8bbd47beecdddcb)
Change-Id: I28bf684b030e46bcc8c19767c6d6f6280fe3799d
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 3f36020..882f20d 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -9881,7 +9881,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 3 // Description of Parameter 1
{
- Text [ en-US ] = "Text for the concatentation." ;
+ Text [ en-US ] = "Text for the concatenation." ;
};
};
// -=*# Resource for function IDENTISCH #*=-
More information about the Libreoffice-commits
mailing list