From 97f0ff959b547e1f1470e6dcd71226eea70f0e61 Mon Sep 17 00:00:00 2001 From: StalderT Date: Tue, 1 Dec 2015 12:05:40 +0100 Subject: [PATCH] Update lang.it.js --- editor/locale/lang.it.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/locale/lang.it.js b/editor/locale/lang.it.js index 25f06b5c..e3fbecc5 100644 --- a/editor/locale/lang.it.js +++ b/editor/locale/lang.it.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "Adatta alla selezione", "align_relative_to": "Allineati a ...", "relativeTo": "Rispetto a:", - "Pagina": "Pagina", + "page": "Pagina", "largest_object": "Oggetto più grande", "selected_objects": "Oggetti selezionati", "smallest_object": "Oggetto più piccolo", @@ -139,7 +139,7 @@ svgEditor.readLang({ "copy": "Copy", "paste": "Paste", "paste_in_place": "Paste in Place", - "Canc": "Delete", + "delete": "Delete", "group": "Group", "move_front": "Bring to Front", "move_up": "Bring Forward", @@ -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 +});