Fix string that references old maximum number
As the new maximum is now 2147483647, `'unlimited'` should be adequate.
This commit is contained in:
parent
5d54fff166
commit
a9ba760aae
|
@ -4841,7 +4841,7 @@ MSG_HASH(
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_CONTENT_FAVORITES_SIZE,
|
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(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_RENAME,
|
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_RENAME,
|
||||||
|
|
Loading…
Reference in New Issue