Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

While doing some translation work, I've found a typo in the English strings
(kanxi -> kangxi).
Attached is a patch for changed the English text and the define names which
also have this string.

References:
http://en.wikipedia.org/wiki/List_of_Kangxi_radicals
http://unicode.org/charts/PDF/U2F00.pdf

Kaplan
diff --git a/svx/inc/svx/ucsubset.hrc b/svx/inc/svx/ucsubset.hrc
index 50f7e62..920c52e 100755
--- a/svx/inc/svx/ucsubset.hrc
+++ b/svx/inc/svx/ucsubset.hrc
@@ -141,7 +141,7 @@
 #define RID_SUBSETSTR_SUPPL_ARROWS_B            (RID_SUBSET_START + 213)
 #define RID_SUBSETSTR_MISC_MATH_SYMS_B          (RID_SUBSET_START + 214)
 #define RID_SUBSETSTR_CJK_RADICAL_SUPPL         (RID_SUBSET_START + 215)
-#define RID_SUBSETSTR_KANXI_RADICALS            (RID_SUBSET_START + 216)
+#define RID_SUBSETSTR_KANGXI_RADICALS           (RID_SUBSET_START + 216)
 #define RID_SUBSETSTR_IDEO_DESC_CHARS           (RID_SUBSET_START + 217)
 
 #define RID_SUBSETSTR_TAGALOG                   (RID_SUBSET_START + 220)
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 517d5c6..28b8907 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -817,7 +817,7 @@ void SubsetMap::InitList()
         aAllSubsets.push_back( Subset( 0x2900, 0x297F, RID_SUBSETSTR_SUPPL_ARROWS_B ) );
         aAllSubsets.push_back( Subset( 0x2980, 0x29FF, RID_SUBSETSTR_MISC_MATH_SYMS_B ) );
         aAllSubsets.push_back( Subset( 0x2E80, 0x2EFF, RID_SUBSETSTR_CJK_RADICAL_SUPPL ) );
-        aAllSubsets.push_back( Subset( 0x2F00, 0x2FDF, RID_SUBSETSTR_KANXI_RADICALS ) );
+        aAllSubsets.push_back( Subset( 0x2F00, 0x2FDF, RID_SUBSETSTR_KANGXI_RADICALS ) );
         aAllSubsets.push_back( Subset( 0x2FF0, 0x2FFF, RID_SUBSETSTR_IDEO_DESC_CHARS ) );
 
         aAllSubsets.push_back( Subset( 0x3000, 0x303F, RID_SUBSETSTR_CJK_SYMS_PUNCTUATION ) );
diff --git a/svx/source/dialog/ucsubset.src b/svx/source/dialog/ucsubset.src
index 2a47777..42309dd 100644
--- a/svx/source/dialog/ucsubset.src
+++ b/svx/source/dialog/ucsubset.src
@@ -462,9 +462,9 @@ String RID_SUBSETSTR_CJK_RADICAL_SUPPL
     Text [ en-US ] = "CJK Radical Supplement";
     };
 
-String RID_SUBSETSTR_KANXI_RADICALS
+String RID_SUBSETSTR_KANGXI_RADICALS
 {
-    Text [ en-US ] = "Kanxi Radicals";
+    Text [ en-US ] = "Kangxi Radicals";
     };
 
 String RID_SUBSETSTR_IDEO_DESC_CHARS

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.