Skip to content

Commit

Permalink
translation fix in fr.ts
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 29, 2025
1 parent b4b3cd7 commit cb9ce6e
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 cb9ce6e

Please sign in to comment.