Skip to content

Commit f6b1791

Browse files
authored
fix: translation fix in fr.ts (#1400)
The tooltip for nest and unested was unaccurate opted for the libreoffice version.
1 parent b4b3cd7 commit f6b1791

File tree

1 file changed

+2
-2
lines changed
  • packages/core/src/i18n/locales

1 file changed

+2
-2
lines changed

packages/core/src/i18n/locales/fr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ export const fr: Dictionary = {
281281
tooltip: "Basculer l'aperçu",
282282
},
283283
nest: {
284-
tooltip: "Emboîter le bloc",
284+
tooltip: "Augmenter le retrait du bloc",
285285
secondary_tooltip: "Tab",
286286
},
287287
unnest: {
288-
tooltip: "Démboîter le bloc",
288+
tooltip: "Diminuer le retait du bloc",
289289
secondary_tooltip: "Shift+Tab",
290290
},
291291
align_left: {

0 commit comments

Comments
 (0)