From 294734ce9367e1cc8c893c10c8995978eff6140e Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 13 Sep 2019 11:44:47 +0200 Subject: [PATCH 1/2] :globe_with_meridians: Snap to Grid French Signed-off-by: mathieu.brunot --- frontend/src/uxbox/main/locales/fr.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/locales/fr.cljs b/frontend/src/uxbox/main/locales/fr.cljs index 381abe8209..d73cfc22db 100644 --- a/frontend/src/uxbox/main/locales/fr.cljs +++ b/frontend/src/uxbox/main/locales/fr.cljs @@ -123,7 +123,7 @@ "header.image" "Image (Ctrl + I)" "header.rules" "Règles" "header.grid" "Grille (Ctrl + G)" - "header.grid-snap" "Snap to grid" + "header.grid-snap" "Coller à la grille" "header.align" "Aligner (Ctrl + A)" "header.view-mode" "Mode visualisation (Ctrl + P)" From 1e44747acfbd15530e17ec4b088758978e85196c Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 13 Sep 2019 11:45:36 +0200 Subject: [PATCH 2/2] :pencil2: Use correct i18n key for strokes Signed-off-by: mathieu.brunot --- frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs b/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs index 2ade5d2fb9..1c90792816 100644 --- a/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs +++ b/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs @@ -62,7 +62,7 @@ :id ::fill :icon i/fill :comp options-fill/fill-menu} - {:name (tr "element.fill") + {:name (tr "element.stroke") :id ::stroke :icon i/stroke :comp options-stroke/stroke-menu}