Fix string that references old maximum number

As the new maximum is now 2147483647, `'unlimited'` should be adequate.
This commit is contained in:
Bernhard Schelling 2020-08-07 22:10:11 +09:00 committed by GitHub
parent 5d54fff166
commit a9ba760aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4841,7 +4841,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_FAVORITES_SIZE,
"Limit the number of entries in the favorites playlist. Once limit is reached, new additions will be prevented until old entries are removed. Setting a value of -1 allows 'unlimited' (99999) entries. WARNING: Reducing the value will delete existing entries!"
"Limit the number of entries in the favorites playlist. Once limit is reached, new additions will be prevented until old entries are removed. Setting a value of -1 allows 'unlimited' entries. WARNING: Reducing the value will delete existing entries!"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_RENAME,