PY-82344 Mark PyCharm unified promotion actions as internal and update action descriptors

GitOrigin-RevId: a03070ce7671b8d597b5ca60e766c70381fe771c
This commit is contained in:
Daniil Kalinin
2025-10-13 15:11:48 +00:00
committed by intellij-monorepo-bot
parent 0e6db87baf
commit e9b00e98e2
2 changed files with 11 additions and 8 deletions
@@ -47,16 +47,13 @@
<!--For test only TODO delete later-->
<action class="com.intellij.pycharm.community.ide.impl.promotion.communityToUnified.actions.ShowPyCommunityToUnifiedTooltipAction"
id="ShowPyCommunityToUnifiedTooltipAction"
text="Community To Unified Tooltip"
description="For testing purposes"/>
internal="true"/>
<action class="com.intellij.pycharm.community.ide.impl.promotion.communityToUnified.actions.ShowPyCommunityToUnifiedPromoDialogAction"
id="ShowPyCommunityToUnifiedPromoDialogAction"
text="Community To Unified Modal Promo"
description="For testing purposes"/>
internal="true"/>
<action class="com.intellij.pycharm.community.ide.impl.promotion.communityToUnified.actions.ResetCommunityToUnifiedPromoStateAction"
id="ShowPyCommunityToUnifiedMainUpdateDialogAction"
text="Reset Community To Unified Promo State"
description="For testing purposes"/>
id="ResetCommunityToUnifiedPromoStateAction"
internal="true"/>
</actions>
@@ -80,4 +80,10 @@ promotion.update.to.unified.info.text=Starting with version 2025.3, all updates
promotion.update.to.unified.update.now.button.label=Update Now
promotion.update.to.unified.learn.more.hyper.link=Learn More
promotion.update.to.unified.closed.banner.go.to.settings.info=You can find and install the new update in the Settings section
promotion.update.to.unified.skip.button.label=Skip
promotion.update.to.unified.skip.button.label=Skip
action.ShowPyCommunityToUnifiedTooltipAction.text=Community To Unified Tooltip
action.ShowPyCommunityToUnifiedTooltipAction.description=For testing purposes
action.ShowPyCommunityToUnifiedPromoDialogAction.text=Community To Unified Modal Promo
action.ShowPyCommunityToUnifiedPromoDialogAction.description=For testing purposes
action.ResetCommunityToUnifiedPromoStateAction.text=Reset Community To Unified Promo State
action.ResetCommunityToUnifiedPromoStateAction.description=For testing purposes