mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Small fix [release] [noannounce]
This commit is contained in:
parent
f36481ba26
commit
ff2956ef29
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ package io.xpipe.ext.base.browser;
|
|||
import io.xpipe.app.browser.BrowserEntry;
|
||||
import io.xpipe.app.browser.OpenFileSystemModel;
|
||||
import io.xpipe.app.browser.action.LeafAction;
|
||||
import io.xpipe.app.prefs.AppPrefs;
|
||||
import javafx.scene.Node;
|
||||
import javafx.scene.input.KeyCode;
|
||||
import javafx.scene.input.KeyCodeCombination;
|
||||
|
@ -48,6 +47,6 @@ public class OpenTerminalAction implements LeafAction {
|
|||
|
||||
@Override
|
||||
public String getName(OpenFileSystemModel model, List<BrowserEntry> entries) {
|
||||
return "Open in " + AppPrefs.get().terminalType().getValue().toTranslatedString();
|
||||
return "Open in terminal";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue