From 7f0ffb90d2e32b7227912406f88ef56ce1683a31 Mon Sep 17 00:00:00 2001 From: Et0h Date: Tue, 18 Oct 2016 17:47:15 +0100 Subject: [PATCH] Add reference to context menu in unsafe path error --- syncplay/messages_de.py | 2 +- syncplay/messages_en.py | 2 +- syncplay/messages_ru.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/syncplay/messages_de.py b/syncplay/messages_de.py index 2af0e9f..748c5b8 100644 --- a/syncplay/messages_de.py +++ b/syncplay/messages_de.py @@ -393,7 +393,7 @@ de = { "playlist-contents-changed-notification" : u"{} updated the playlist", # Username "cannot-find-file-for-playlist-switch-error" : u"Could not find file {} in media directories for playlist switch!", # Filename "cannot-add-duplicate-error" : u"Could not add second entry for '{}' to the playlist as no duplicates are allowed.", #Filename - "cannot-add-unsafe-path-error" : u"Could not automatically load {} because it is not on a trusted domain. You can switch to the URL manually by double clicking it in the playlist, and add trusted domains via File->Advanced->Set Trusted Domains.", # Filename + "cannot-add-unsafe-path-error" : u"Could not automatically load {} because it is not on a trusted domain. You can switch to the URL manually by double clicking it in the playlist, and add trusted domains via File->Advanced->Set Trusted Domains. If you right click on a URL then you can add its domain as a trusted domain via the context menu.", # Filename "sharedplaylistenabled-label" : u"Enable shared playlists", "removefromplaylist-menu-label" : u"Remove from playlist", "shuffleplaylist-menuu-label" : u"Shuffle playlist", diff --git a/syncplay/messages_en.py b/syncplay/messages_en.py index 16be0b7..c68245a 100644 --- a/syncplay/messages_en.py +++ b/syncplay/messages_en.py @@ -394,7 +394,7 @@ en = { "playlist-contents-changed-notification" : u"{} updated the playlist", # Username "cannot-find-file-for-playlist-switch-error" : u"Could not find file {} in media directories for playlist switch!", # Filename "cannot-add-duplicate-error" : u"Could not add second entry for '{}' to the playlist as no duplicates are allowed.", #Filename - "cannot-add-unsafe-path-error" : u"Could not automatically load {} because it is not on a trusted domain. You can switch to the URL manually by double clicking it in the playlist, and add trusted domains via File->Advanced->Set Trusted Domains.", # Filename + "cannot-add-unsafe-path-error" : u"Could not automatically load {} because it is not on a trusted domain. You can switch to the URL manually by double clicking it in the playlist, and add trusted domains via File->Advanced->Set Trusted Domains. If you right click on a URL then you can add its domain as a trusted domain via the context menu.", # Filename "sharedplaylistenabled-label" : u"Enable shared playlists", "removefromplaylist-menu-label" : u"Remove from playlist", "shuffleplaylist-menuu-label" : u"Shuffle playlist", diff --git a/syncplay/messages_ru.py b/syncplay/messages_ru.py index a06ac92..2b2da35 100644 --- a/syncplay/messages_ru.py +++ b/syncplay/messages_ru.py @@ -393,7 +393,7 @@ ru = { "playlist-contents-changed-notification" : u"{} updated the playlist", # Username "cannot-find-file-for-playlist-switch-error" : u"Could not find file {} in media directories for playlist switch!", # Filename "cannot-add-duplicate-error" : u"Could not add second entry for '{}' to the playlist as no duplicates are allowed.", #Filename - "cannot-add-unsafe-path-error" : u"Could not automatically load {} because it is not on a trusted domain. You can switch to the URL manually by double clicking it in the playlist, and add trusted domains via File->Advanced->Set Trusted Domains.", # Filename # TODO: Translate + "cannot-add-unsafe-path-error" : u"Could not automatically load {} because it is not on a trusted domain. You can switch to the URL manually by double clicking it in the playlist, and add trusted domains via File->Advanced->Set Trusted Domains. If you right click on a URL then you can add its domain as a trusted domain via the context menu.", # Filename # TODO: Translate "sharedplaylistenabled-label" : u"Enable shared playlists", "removefromplaylist-menu-label" : u"Remove from playlist", "shuffleplaylist-menuu-label" : u"Shuffle playlist",