mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
bugfix: fix French translation for ${PICTURES} macro (#6942)
From /usr/share/locale/fr/LC_MESSAGES/xdg-user-dirs.mo:
msgid "Pictures"
msgstr "Images"
This commit is contained in:
parent
5079daa9cd
commit
678d81843f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ Macro macro[] = {
|
|||
{
|
||||
"${PICTURES}",
|
||||
"XDG_PICTURES_DIR=\"$HOME/",
|
||||
{"Pictures", "Изображения", "Photos", "Immagini", "Imágenes", "Imagens", "Bilder"}
|
||||
{"Pictures", "Изображения", "Images", "Immagini", "Imágenes", "Imagens", "Bilder"}
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue