Skip to content

Commit

Permalink
Add additional details to tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Dec 12, 2024
1 parent 9907840 commit 82dbf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mods/Alpakit/Source/Alpakit/Private/AlpakitReleaseWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void SAlpakitReleaseWidget::Construct(const FArguments& InArgs) {
return EVisibility::Visible;
return EVisibility::Hidden;
})
.ToolTipText(LOCTEXT("PackageDirRootAlpakit_Tooltip", "Opens the ArchivedPlugins Folder to view all built plugins."))
.ToolTipText(LOCTEXT("PackageDirRootAlpakit_Tooltip", "Open the ArchivedPlugins folder to view all mod release packages."))
]
]
.SearchTrail() [
Expand Down Expand Up @@ -210,7 +210,7 @@ void SAlpakitReleaseWidget::Construct(const FArguments& InArgs) {
{
return !FAlpakitModule::Get().IsPackaging();
})
.ToolTipText(LOCTEXT("OpenDirToolTip", "Opens the Mod's ArchivedPlugins directory in File Explorer"))
.ToolTipText(LOCTEXT("OpenDirToolTip", "Open the mod's ArchivedPlugins directory in File Explorer, which contains the multi-target zip file to upload to the Satisfactory Mod Repository."))
]
]
+ SHorizontalBox::Slot().AutoWidth().Padding(5,0)[
Expand Down

0 comments on commit 82dbf72

Please sign in to comment.