diff --git a/programs/fontconfig.json b/programs/fontconfig.json index 2edc7aa..ee67b23 100644 --- a/programs/fontconfig.json +++ b/programs/fontconfig.json @@ -4,12 +4,12 @@ { "path": "$HOME/.fontconfig", "movable": true, - "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_DATA_HOME/fontconfig.\n" + "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_CACHE_HOME/fontconfig.\n" }, { "path": "$HOME/.fonts.conf", "movable": true, - "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_DATA_HOME/fontconfig/fonts.conf.\n" + "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_CONFIG_HOME/fontconfig/fonts.conf.\nThe element may be changed to fonts\n" } ] }