mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
fix: FindEverywhereAction name (#89)
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user