diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 9bd9c4444..fe80f49b0 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -1306,8 +1306,8 @@
#Hotstring c0 <e1>; Make all hotstrings below this point case-insensitive.</e1>
-
- #Hotstring c0 <e1>; これ以下のホットストリングは、大文字小文字を区別しなくなります。</e1>
+
+ #Hotstring c0 <e1>; これ以下のホットストリングは、大文字と小文字を区別しなくなります。</e1>
@@ -1318,6 +1318,14 @@
#Hotstring r c <e0>; 以下のホットストリングはすべて "send raw"を使用し、デフォルトで大文字と小文字が区別されます。</e0>
+
+
+ #Hotstring r c <e0>; All the below hotstrings will use "send raw" and will be case-sensitive by default.</e0>
+
+
+ #Hotstring r c <e0>; これ以下のホットストリングは、"send raw"を使い、大文字と小文字を区別するようになります。</e0>
+
+
#IfWinActive, #IfWinExist, #IfWinNotActive, #IfWinNotExist (see <a0>#HotIf Optimization</a0>)