diff options
author | CrystalP <crystalp@kodi.tv> | 2024-01-09 04:49:52 -0500 |
---|---|---|
committer | CrystalP <crystalp@kodi.tv> | 2024-01-11 13:43:37 -0500 |
commit | 92dd629dc337e98b482491161ec01a6b8b38be4a (patch) | |
tree | 74b6cc5754fb8b8f32e2f5dbe3b651474287b83e /addons | |
parent | 10a1907cb86260b3c1c9762cd86399528265aa46 (diff) |
[video] Ask the user for confirmation when turning a version into an extra or vice-versa
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index f603773118..57c44ea976 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -23950,7 +23950,19 @@ 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 +#. Addition of new version: the user picked an extra of another movie. Ask for confirmation. +#: xbmc/video/dialogs/GUIDialogVideoManagerVersions.cpp +msgctxt "#40035" +msgid "You are about to convert a movie extra into a movie version. Are you sure?" +msgstr "" + +#. Addition of new version: the user picked an extra of another movie. Ask for confirmation. +#: xbmc/video/dialogs/GUIDialogVideoManagerVersions.cpp +msgctxt "#40036" +msgid "You are about to convert a movie version into a movie extra. Are you sure?" +msgstr "" + +#empty strings with id 40037 to 40199 #. Select default video version setting #: system/settings/settings.xml |