diff options
author | CrystalP <crystalp@kodi.tv> | 2024-01-09 04:40:27 -0500 |
---|---|---|
committer | CrystalP <crystalp@kodi.tv> | 2024-01-11 13:43:28 -0500 |
commit | 10a1907cb86260b3c1c9762cd86399528265aa46 (patch) | |
tree | f2ac4223a1f0470f072173105e8f5aff913965fa /addons | |
parent | 28789fd1ceaedd145d11f607936f1f71e34585c5 (diff) |
[video] Revise/align Add version/extra validations and clarify messages
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index e1e1fc86b0..f603773118 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -23944,7 +23944,13 @@ 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 +#. Addition of new extra: a movie with multiple versions cannot be turned into an extra of another movie. +#: xbmc/video/dialogs/GUIDialogVideoManagerExtras.cpp +msgctxt "#40034" +msgid "The default version of a movie with multiple versions cannot be added as an extra to another movie. Please move or remove the other versions first." +msgstr "" + +#empty strings with id 40035 to 40199 #. Select default video version setting #: system/settings/settings.xml |