diff --git a/python/ide/impl/intellij.pycharm.community.ide.impl.promotion/resources/intellij.pycharm.community.ide.impl.promotion.xml b/python/ide/impl/intellij.pycharm.community.ide.impl.promotion/resources/intellij.pycharm.community.ide.impl.promotion.xml index a5fe774c1ed5..c0438c522301 100644 --- a/python/ide/impl/intellij.pycharm.community.ide.impl.promotion/resources/intellij.pycharm.community.ide.impl.promotion.xml +++ b/python/ide/impl/intellij.pycharm.community.ide.impl.promotion/resources/intellij.pycharm.community.ide.impl.promotion.xml @@ -47,16 +47,13 @@ + internal="true"/> + internal="true"/> + id="ResetCommunityToUnifiedPromoStateAction" + internal="true"/> diff --git a/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties b/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties index 340588cfe557..ae08132b9eb8 100644 --- a/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties +++ b/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties @@ -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 \ No newline at end of file +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 \ No newline at end of file