diff --git a/editor/locale/lang.sv.js b/editor/locale/lang.sv.js index 09d85801..bab8530c 100644 --- a/editor/locale/lang.sv.js +++ b/editor/locale/lang.sv.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Anpassa till val", "align_relative_to": "Justera förhållande till ...", "relativeTo": "jämfört:", - "sida": "sida", + "page": "sida", "largest_object": "största objekt", "selected_objects": "valda objekt", "smallest_object": "minsta objektet", @@ -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 +});