diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2024-05-03 20:14:52 +0000 |
|---|---|---|
| committer | Johannes Sixt <j6t@kdbg.org> | 2024-05-05 14:02:05 +0200 |
| commit | fe475c4e2faf037cca0dd4b6984e567c0269cc56 (patch) | |
| tree | 2dc6b535ecaa298f170018c82a60a6f3b1556534 | |
| parent | e25cbdf3576f07bda742a4f13d9380a815e43502 (diff) | |
| download | git-fe475c4e2faf037cca0dd4b6984e567c0269cc56.tar.xz | |
git-gui: po: fix typo in French "aperçu"
The French word "aperçu", meaning "view" or "preview", contains only a
single letter "p". Remove the extra letter, which is an obvious typo.
Reported-by: Léonard Michelet <leonard@lebasic.com>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
| -rw-r--r-- | po/fr.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1646,7 +1646,7 @@ msgstr "Dépôt Git (sous projet)" #: lib/diff.tcl:222 msgid "* Binary file (not showing content)." -msgstr "* Fichier binaire (pas d'apperçu du contenu)." +msgstr "* Fichier binaire (pas d'aperçu du contenu)." #: lib/diff.tcl:227 #, tcl-format |
