Skip to content

Commit

Permalink
[video] Make labels for video version conversion more end user friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksooo committed Dec 28, 2023
1 parent b98a2e3 commit cd9674d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addons/resource.language.en_gb/resources/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -23754,7 +23754,7 @@ msgstr ""
#. Manage video version dialog title
#: xbmc/video/dialogs/GUIDialogVideoManagerVersions.cpp
msgctxt "#40002"
msgid "Convert into an additional version"
msgid "Add as version to..."
msgstr ""

#empty string with id 40003
Expand Down Expand Up @@ -23867,10 +23867,10 @@ msgctxt "#40020"
msgid "Are you sure to remove version \"{0:s}\"?"
msgstr ""

#. Convert video to version context menu item
#. Add as version to a movie context menu item
#: xbmc/video/dialogs/GUIDialogVideoInfo.cpp
msgctxt "#40021"
msgid "Convert to version"
msgid "Add as version to..."
msgstr ""

#. Manage video version dialog title
Expand Down
2 changes: 1 addition & 1 deletion xbmc/video/dialogs/GUIDialogVideoInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ int CGUIDialogVideoInfo::ManageVideoItem(const std::shared_ptr<CFileItem>& item)
buttons.Add(CONTEXT_BUTTON_SET_MOVIESET, 20465);

if (!item->GetVideoInfoTag()->HasVideoVersions())
buttons.Add(CONTEXT_BUTTON_CONVERT_VIDEOVERSION, 40021); // Convert to version
buttons.Add(CONTEXT_BUTTON_CONVERT_VIDEOVERSION, 40021); // Add as version to...

// manage video versions
buttons.Add(CONTEXT_BUTTON_MANAGE_VIDEOVERSION, 40001); // Manage versions
Expand Down

0 comments on commit cd9674d

Please sign in to comment.