diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.js b/src/renderer/components/watch-video-comments/watch-video-comments.js index 9093dac0..b696370f 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.js +++ b/src/renderer/components/watch-video-comments/watch-video-comments.js @@ -153,9 +153,7 @@ export default Vue.extend({ modulePath = commentControllerRelativePath } - this.commentProcess = fork(path.join(__dirname, modulePath), ['args'], { - stdio: ['pipe', 'pipe', 'pipe', 'ipc'] - }) + this.commentProcess = fork(path.join(__dirname, modulePath)) this.commentProcess.on('message', (msg) => { if (msg.error === null) { diff --git a/static/locales/en-US.yaml b/static/locales/en-US.yaml index 9fd739f4..dc6390e8 100644 --- a/static/locales/en-US.yaml +++ b/static/locales/en-US.yaml @@ -89,8 +89,7 @@ User Playlists: Playlist Message: This page is not reflective of fully working playlists. It only lists videos that you have saved or favorited. When the work has finished, all videos currently here will be migrated to a 'Favorites' playlist. - Your saved videos are empty. Click on the save button on the corner of a video to have it listed here: Your - saved videos are empty. Click on the save button on the corner of a video to have + Your saved videos are empty. Click on the save button on the corner of a video to have it listed here: Your saved videos are empty. Click on the save button on the corner of a video to have it listed here History: # On History Page @@ -265,16 +264,14 @@ Settings: Proxy Protocol: Proxy Protocol Proxy Host: Proxy Host Proxy Port Number: Proxy Port Number - Clicking on Test Proxy will send a request to: Clicking on Test Proxy will send - a request to + Clicking on Test Proxy will send a request to: Clicking on Test Proxy will send a request to Test Proxy: Test Proxy Your Info: Your Info Ip: Ip Country: Country Region: Region City: City - Error getting network information. Is your proxy configured properly?: Error getting - network information. Is your proxy configured properly? + Error getting network information. Is your proxy configured properly?: Error getting network information. Is your proxy configured properly? About: #On About page About: About @@ -385,8 +382,7 @@ Video: Video has been removed from your history: Video has been removed from your history Save Video: Save Video Video has been saved: Video has been saved - Video has been removed from your saved list: Video has been removed from your saved - list + Video has been removed from your saved list: Video has been removed from your saved list Open in YouTube: Open in YouTube Copy YouTube Link: Copy YouTube Link Open YouTube Embedded Player: Open YouTube Embedded Player