diff --git a/reference/strings/constants.xml b/reference/strings/constants.xml
index acb653a4cd..e36323cc86 100644
--- a/reference/strings/constants.xml
+++ b/reference/strings/constants.xml
@@ -995,7 +995,7 @@
- 国際的な方法で表現する際の小数点以下の桁数
+ 通貨を国際形式で表記する際の小数点以下の桁数
@@ -1006,7 +1006,7 @@
- 地域的な方法で表現する際の小数点以下の桁数
+ 通貨を現地形式で表記する際の小数点以下の桁数
diff --git a/reference/strings/functions/localeconv.xml b/reference/strings/functions/localeconv.xml
index 302943cec6..0c74602301 100644
--- a/reference/strings/functions/localeconv.xml
+++ b/reference/strings/functions/localeconv.xml
@@ -81,11 +81,11 @@
int_frac_digits
- 国際分割桁
+ 通貨を国際形式で表記する際の小数点以下の桁数
frac_digits
- ローカルな分割桁
+ 通貨を現地形式で表記する際の小数点以下の桁数
p_cs_precedes
diff --git a/reference/strings/functions/nl-langinfo.xml b/reference/strings/functions/nl-langinfo.xml
index 88f090b0c9..e8cefce8ad 100644
--- a/reference/strings/functions/nl-langinfo.xml
+++ b/reference/strings/functions/nl-langinfo.xml
@@ -147,11 +147,11 @@
INT_FRAC_DIGITS
- 国際的な方法で表現する際の小数点以下の桁数
+ 通貨を国際形式で表記する際の小数点以下の桁数
FRAC_DIGITS
- 地域的な方法で表現する際の小数点以下の桁数
+ 通貨を現地形式で表記する際の小数点以下の桁数
P_CS_PRECEDES