From 6b276cef46f25ff1376a574e04a511789f68d8a5 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 12:06:00 +0100 Subject: [PATCH] Update lang.ja.js --- editor/locale/lang.ja.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/locale/lang.ja.js b/editor/locale/lang.ja.js index e3d7a5a4..cf65aee4 100644 --- a/editor/locale/lang.ja.js +++ b/editor/locale/lang.ja.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "選択対象に合わせる", "align_relative_to": "揃える", "relativeTo": "相対:", - "ページ": "ページ", + "page": "ページ", "largest_object": "最大のオブジェクト", "selected_objects": "選択オブジェクト", "smallest_object": "最小のオブジェクト", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});