Yuki Takei 8 лет назад
Родитель
Сommit
ffa231ec11
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      lib/locales/en-US/translation.json
  2. 2 2
      lib/locales/ja/translation.json

+ 2 - 2
lib/locales/en-US/translation.json

@@ -275,9 +275,9 @@
   "markdown_setting": { 
     "markdown_rendering": "You can change Markdown rendering settings.",
     "validate Line Break": "Validate Line Break",
-    "treat_text": "Treat line breaking in the text page as &ltbr> in HTML",
+    "treat_text": "Treat line breaking in the text page as <code>&lt;br&gt;</code> in HTML",
     "validate_comment": "Validate Line Break in the comment section",
-    "treat_comment": "Treat line breaking in the comment section as &ltbr>  in HTML",
+    "treat_comment": "Treat line breaking in the comment section as <code>&lt;br&gt;</code> in HTML",
     "TBD": "(TBD: Markdown function in the comment section has not been implemented yet)"
 
      },

+ 2 - 2
lib/locales/ja/translation.json

@@ -292,9 +292,9 @@
   "markdown_setting": { 
     "markdown_rendering": "Markdownレンダリングの設定を変更できます。",
     "validate Line Break": "Line Break を有効にする",
-    "treat_text": "ページテキスト中の改行を、HTML内で&ltbr>として扱います",
+    "treat_text": "ページテキスト中の改行を、HTML内で<code>&lt;br&gt;</code>として扱います",
     "validate_comment": "コメント欄で Line Break を有効にする",
-    "treat_comment": "コメント中の改行を、HTML内で&ltbr>として扱います",
+    "treat_comment": "コメント中の改行を、HTML内で<code>&lt;br&gt;</code>として扱います",
     "TBD": "(TBD: コメント欄の Markdown 化は未だ実装されていません)"
 
   },