typo
This commit is contained in:
@@ -267,7 +267,7 @@ int main(void)
|
||||
case MODE_THEMES:
|
||||
if(current_list->shuffle_count > MAX_SHUFFLE_THEMES)
|
||||
{
|
||||
throw_error("You have too many Shuffle seleted.", ERROR_LEVEL_WARNING);
|
||||
throw_error("You have too many Shuffle selected.", ERROR_LEVEL_WARNING);
|
||||
}
|
||||
else if(current_list->shuffle_count == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user