From 832e4e3ef61afe0de017cd9bd1a33dd7bc42e20a Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 12:08:16 +0100 Subject: [PATCH] Update lang.nl.js --- editor/locale/lang.nl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/locale/lang.nl.js b/editor/locale/lang.nl.js index ca5a4d3f..c529f192 100644 --- a/editor/locale/lang.nl.js +++ b/editor/locale/lang.nl.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Pas om selectie", "align_relative_to": "Uitlijnen relatief ten opzichte van ...", "relativeTo": "Relatief ten opzichte van:", - "Pagina": "Pagina", + "page": "Pagina", "largest_object": "Grootste object", "selected_objects": "Geselecteerde objecten", "smallest_object": "Kleinste 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 +});