diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-08-07 10:24:00 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-08-08 08:42:55 +0200 |
commit | 777810075dd5592da9c7e460b1527f78c42ce000 (patch) | |
tree | ef48d979fd331b1b2eb938592d386e01896fac5f /addons | |
parent | b009ccb66b5c60c81dbd24da041711af194bed94 (diff) |
[video] Do not fallback to play the item (which is the default onclick implementation) in case video info could not be displayed.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 2869e8f18e..47a8ac08f7 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -9783,6 +9783,7 @@ msgstr "" #: xbmc/FileItem.cpp #: xbmc/GUIInfoManager.cpp #: xbmc/pvr/PVRManager.cpp +#: xbmc/video/windows/GUIWindowVideoBase.cpp #: xbmc/utils/SystemInfo.cpp msgctxt "#19055" msgid "No information available" @@ -12942,6 +12943,8 @@ msgctxt "#20175" msgid "UPnP server" msgstr "" +#. Label used for a video info message box +#: xbmc/video/windows/GUIWindowVideoBase.cpp msgctxt "#20176" msgid "Show video information" msgstr "" |