From 97f27fa7066b0dfb13d32d2a55af6da326c1f628 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 12:05:18 +0100 Subject: [PATCH] Update lang.is.js --- editor/locale/lang.is.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/locale/lang.is.js b/editor/locale/lang.is.js index 30ca9301..abdfb20b 100644 --- a/editor/locale/lang.is.js +++ b/editor/locale/lang.is.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Fit til val", "align_relative_to": "Jafna miðað við ...", "relativeTo": "hlutfallslegt til:", - "síðu": "síðu", + "page": "síðu", "largest_object": "stærsti hlutinn", "selected_objects": "kjörinn hlutir", "smallest_object": "lítill hluti", @@ -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 +});