Forráskód Böngészése

Update app_languages.php (#8)

Fix add ' at line 745
KRooney 1 éve
szülő
commit
5c59f8ba63
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app_languages.php

+ 1 - 1
app_languages.php

@@ -742,7 +742,7 @@
 		$text['description-http_content_body']['sv-se'] = 'Ange HTTP -innehållskroppen.';
 		$text['description-http_content_body']['uk-ua'] = 'Введіть корпус вмісту HTTP.';
 		$text['description-http_content_body']['zh-cn'] = '输入http内容正文。';
-		$text['description-http_content_body']['ja-jp'] = 'http コンテンツの本文を入力します。;
+		$text['description-http_content_body']['ja-jp'] = 'http コンテンツの本文を入力します。';
 		$text['description-http_content_body']['ko-kr'] = 'http 콘텐츠 본문을 입력하세요.';
 
 ?>