Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7f05c4a

Browse files
author
FezVrasta
committed
Fixed apostrophes.
1 parent a209bb7 commit 7f05c4a

2 files changed

Lines changed: 45 additions & 45 deletions

File tree

src/nls/fr/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ define({
237237
"CMD_FILE_RENAME": "Renommer",
238238
"CMD_FILE_DELETE": "Supprimer",
239239
"CMD_INSTALL_EXTENSION": "Installer une extension\u2026",
240-
"CMD_EXTENSION_MANAGER": "Le gestionnaire d'extensions\u2026",
240+
"CMD_EXTENSION_MANAGER": "Le gestionnaire dextensions\u2026",
241241
"CMD_FILE_REFRESH": "Actualiser l’arborescence de fichiers",
242242
"CMD_QUIT": "Quitter",
243243
// Used in native File menu on Windows
@@ -391,7 +391,7 @@ define({
391391
"UNSUPPORTED_PROTOCOL": "L’URL doit commencer par http ou https.",
392392
"UNKNOWN_ERROR": "Erreur interne inconnue.",
393393
// For NOT_FOUND_ERR, see generic strings above
394-
"EXTENSION_MANAGER_TITLE": "Le gestionnaire d'extensions",
394+
"EXTENSION_MANAGER_TITLE": "Le gestionnaire dextensions",
395395
"EXTENSION_MANAGER_ERROR_LOAD": "Impossible d’accéder au registre de l’extension. Réessayez ultérieurement.",
396396
"INSTALL_FROM_URL": "Installer à partir de l’URL\u2026",
397397
"EXTENSION_AUTHOR": "Auteur",

0 commit comments

Comments
 (0)