-
Author
Tagged: buddypress, rtmedia, media stream
-
September 24, 2014 at 06:37 #29481
andrta
ParticipantWhen a user uploads a music media file via rtMedia, the activity stream says: “(user) added a music”
“A music” is not correct English. Where can I find the file to change this to something like: “a music file” or “a music track”? I have looked everywhere.
Thank you!
September 24, 2014 at 11:59 #29489Catalin
ModeratorHello,
Welcome to our forum. Please send me a link to a profile link on your site with a music media uploaded and I will give you the solution.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2014 at 23:23 #30702sharmstr
ModeratorShoot. I had a long response to this but the forum was down when I posted it and it lost it all. Anyhow, short version. That message is controlled by rtMedia so its best to ask over in their forum. Kleo doesn’t do anything with that message. But, you can try this which will probably get you close
COPY CODEfunction rtmedia_change_added_text( $action, $username, $count, $user_nicename, $media_type ) { $action = sprintf( __( '%s added %d %s', 'rtmedia' ), $username, $count, RTMEDIA_MEDIA_SLUG ); return $action; } add_filter('rtmedia_buddypress_action_text_fitler', 'rtmedia_change_added_text', 10, 5);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The topic ‘… added "a music" = improper language – where is file located?’ is closed to new replies.

