diff --git a/editor/locale/lang.ru.js b/editor/locale/lang.ru.js index 840414ef..ce1e2f94 100644 --- a/editor/locale/lang.ru.js +++ b/editor/locale/lang.ru.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 +});