mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Applied generic product name to the 'tip of the day' welcome page (actual replacement is performed at com.intellij.ide.util.TipUIUtil.openTipInBrowser())
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Welcome to <span class="product">IntelliJ IDEA</span> <span class="version">&majorVersion;</span></h1>
|
||||
Welcome to <span class="product">&productName</span> <span class="version">&majorVersion;</span></h1>
|
||||
<p>
|
||||
You can quickly get familiar with the main features of the IDE by reading these tips. You may try out
|
||||
the features described in the tips while this dialog stays open on the screen. If you close the dialog,
|
||||
|
||||
Reference in New Issue
Block a user