From ffe7fb042d2664a4ba9d72bf16c046cd5fa57b84 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 12:09:22 +0100 Subject: [PATCH] Update lang.pt-PT.js --- editor/locale/lang.pt-PT.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/locale/lang.pt-PT.js b/editor/locale/lang.pt-PT.js index 1b0a9588..ac1aa0a6 100644 --- a/editor/locale/lang.pt-PT.js +++ b/editor/locale/lang.pt-PT.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Ajustar à selecção", "align_relative_to": "Alinhar em relação a ...", "relativeTo": "em relação ao:", - "Página": "Página", + "page": "Página", "largest_object": "maior objeto", "selected_objects": "objetos eleitos", "smallest_object": "menor objeto", @@ -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 +});