From afcda712834db32ae2fb087a47b59c52babb3963 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 11:32:15 +0100 Subject: [PATCH] Update lang.ca.js --- editor/locale/lang.ca.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/locale/lang.ca.js b/editor/locale/lang.ca.js index 898034f5..ae0be08d 100644 --- a/editor/locale/lang.ca.js +++ b/editor/locale/lang.ca.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Ajustar a la selecció", "align_relative_to": "Alinear pel que fa a ...", "relativeTo": "en relació amb:", - "Pàgina": "Pàgina", + "page": "Pàgina", "largest_object": "objecte més gran", "selected_objects": "objectes escollits", "smallest_object": "objecte més petit", @@ -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 +});