mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Suppress i18n warnings when generated messages cannot not be checked
GitOrigin-RevId: 654c83f7ec74bb334bc149c2e1cc68b2ad0d2c81
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6f68e556a6
commit
a6a0f18ed6
@@ -163,6 +163,7 @@ public final class LibraryEditingUtil {
|
||||
@NotNull
|
||||
@Override
|
||||
public String getTextFor(TypeForNewLibrary value) {
|
||||
//noinspection HardCodedStringLiteral
|
||||
return value.getCreateActionName();
|
||||
}
|
||||
|
||||
|
||||
@@ -1504,6 +1504,7 @@ public class FindPopupPanel extends JBPanel<FindPopupPanel> implements FindUI {
|
||||
return;
|
||||
}
|
||||
UIUtil.invokeLaterIfNeeded(() -> {
|
||||
//noinspection HardCodedStringLiteral
|
||||
showEmptyText(message);
|
||||
myLoadingIcon.setIcon(EmptyIcon.ICON_16);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user