fix: FindEverywhereAction name (#89)

This commit is contained in:
hstyi
2025-01-16 16:09:23 +08:00
committed by GitHub
parent 88f20c4898
commit 5d459f9b0d

View File

@@ -23,6 +23,7 @@ class FindEverywhereAction : AnAction(StringUtils.EMPTY, Icons.find) {
init { init {
putValue(SHORT_DESCRIPTION, I18n.getString("termora.actions.open-find-everywhere")) putValue(SHORT_DESCRIPTION, I18n.getString("termora.actions.open-find-everywhere"))
putValue(NAME, I18n.getString("termora.find-everywhere"))
putValue(ACTION_COMMAND_KEY, FIND_EVERYWHERE) putValue(ACTION_COMMAND_KEY, FIND_EVERYWHERE)
} }