diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index d8c076556..747bf725c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -24,7 +24,7 @@ $english = array( 'videolist:friends' => "Friends' videos", 'videolist:edit' => "Edit video", 'videolist:ingroup' => "in the group", - "videolist:title_videourl" => 'Enter Video Url', + "videolist:video_url" => 'Enter Video Url', "videolist:submit" => 'Submit', "videolist:videoTitle" => "Title", "videolist:error" => 'There was an error in saving the video, please try after sometime', @@ -40,7 +40,7 @@ $english = array( 'videolist:widget' => "My Videos", "videolist:widget:description" => "Showcase your personal video gallery from youtube", "profile:videoheader" => "My Video Gallery", - "videolist:title_access" => "Access", + "videolist:access_id" => "Who can see you posted this video?", "item:object:videolist" => "Videos", "videolist:tags" => "Add Tags", "videolist:browse" => "Find Videos - %s", @@ -62,4 +62,4 @@ $english = array( "videolist:none:found" => "No videos were found." ); -add_translation("en",$english);
\ No newline at end of file +add_translation("en",$english); |