This topic has 6 replies, 3 voices, and was last updated 10 years by andrta.

  • Author
  • #29481
     andrta
    Participant

    When 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!

    #29489
     Catalin
    Moderator

    Hello,

    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,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #29982
     andrta
    Participant
    This reply has been set as private.
    #30478
     andrta
    Participant
    This reply has been set as private.
    #30699
     andrta
    Participant

    BUMP!

    #30702
     sharmstr
    Moderator

    Shoot. 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 CODE
    
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #31001
     andrta
    Participant
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘… added "a music" = improper language – where is file located?’ is closed to new replies.

Log in with your credentials

Forgot your details?