Resources_Linux: rename FILE to ID_FILE

`FILE` shouldn't be used because it's a type
This commit is contained in:
zvon 2020-04-01 13:44:08 +02:00
parent 5e9f27ae4a
commit 85b2d6038b

View File

@ -107,7 +107,7 @@
#define PATTERN_ESC_SEQ "Pattern escape sequences"
#define DIR_EMPTY "Directory field is empty"
#define RENAME_CONFIRM "Rename confirmation"
#define FILE "File"
#define ID_FILE "File"
#define EXIT "Exit"
#define UPDATE_DB "Update database"
#define REFRESH_DB "Refresh database"