You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to be (unless I'm going crazy) that the default title for an uploaded asset would have any hyphens changed to spaces. So the file "this-is-a-photo.jpeg" would be given the default title "This is a photo". Recently, that seems to have been changed, so now you would end up with "This-is-a-photo".....significantly less nice, imho.
It used to be (unless I'm going crazy) that the default title for an uploaded asset would have any hyphens changed to spaces. So the file "this-is-a-photo.jpeg" would be given the default title "This is a photo". Recently, that seems to have been changed, so now you would end up with "This-is-a-photo".....significantly less nice, imho.
I believe that change was introduced in this commit. Seems like it might be as simple as just changing line 181 in the filename2String() function to:
Or maybe this was an intentional change, but it leads to a lot of junk-looking image titles in e.g. Google Image Search results.
The text was updated successfully, but these errors were encountered: