Skip to content

Commit

Permalink
fix: translation fix in fr.ts (#1400)
Browse files Browse the repository at this point in the history
The tooltip for nest and unested was unaccurate opted for the libreoffice version.
  • Loading branch information
virgile-dev authored Jan 30, 2025
1 parent b4b3cd7 commit f6b1791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,11 @@ export const fr: Dictionary = {
tooltip: "Basculer l'aperçu",
},
nest: {
tooltip: "Emboîter le bloc",
tooltip: "Augmenter le retrait du bloc",
secondary_tooltip: "Tab",
},
unnest: {
tooltip: "Démboîter le bloc",
tooltip: "Diminuer le retait du bloc",
secondary_tooltip: "Shift+Tab",
},
align_left: {
Expand Down

0 comments on commit f6b1791

Please sign in to comment.