From 8a150f44bf159f89022daddffba7a96a5525bd40 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 12:14:24 +0100 Subject: [PATCH] Update lang.sv.js --- editor/locale/lang.sv.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});