diff options
author | CrystalP <crystalp@kodi.tv> | 2024-01-09 02:59:55 -0500 |
---|---|---|
committer | CrystalP <crystalp@kodi.tv> | 2024-01-11 11:06:31 -0500 |
commit | 28789fd1ceaedd145d11f607936f1f71e34585c5 (patch) | |
tree | 8eca9f3e8ce876c7f609b695514ae1b8264ca8cb /addons | |
parent | 1e40641726cfe1fc89f554aca8d30bab5e9f2798 (diff) |
[video] Fix incorrect message in version addition
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 878ad0b897..e1e1fc86b0 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -23858,7 +23858,7 @@ msgctxt "#40018" msgid "Remove video version" msgstr "" -#. Add new video version dialog text +#. Manage versions, remove: removing the default version of a movie is not allowed. #: xbmc/video/dialogs/GUIDialogVideoManagerVersions.cpp msgctxt "#40019" msgid "The default version of a movie cannot be removed. Set a different default version and try again." @@ -23938,7 +23938,13 @@ msgctxt "#40032" msgid "No similar movies were found in the library." msgstr "" -#empty strings with id 40033 to 40199 +#. Addition of new version: a movie with multiple versions cannot be turned into a version of another movie. +#: xbmc/video/dialogs/GUIDialogVideoManagerVersions.cpp +msgctxt "#40033" +msgid "The default version of a movie with multiple versions cannot be added as a version to another movie. Please add its additional versions first." +msgstr "" + +#empty strings with id 40034 to 40199 #. Select default video version setting #: system/settings/settings.xml |