mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Improve naming for scan operations
This commit is contained in:
parent
cc981384b6
commit
dbb66c3d31
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ public class StoreScanBarComp extends SimpleComp {
|
|||
|
||||
@Override
|
||||
protected Region createSimple() {
|
||||
var newTunnelStore = new ButtonComp(AppI18n.observable("addAutomatically"), new FontIcon("mdi2e-eye-plus-outline"), () -> {
|
||||
var newTunnelStore = new ButtonComp(AppI18n.observable("addAutomatically"), new FontIcon("mdi2m-magnify-scan"), () -> {
|
||||
ScanAlert.showAsync(null);
|
||||
})
|
||||
.styleClass(Styles.FLAT)
|
||||
|
|
|
@ -44,7 +44,7 @@ public class ScanAction implements ActionProvider {
|
|||
|
||||
@Override
|
||||
public String getIcon(ShellStore store) {
|
||||
return "mdi2p-playlist-plus";
|
||||
return "mdi2m-magnify-scan";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -12,7 +12,7 @@ options=Options
|
|||
newFile=New file
|
||||
newLink=New link
|
||||
linkName=Link name
|
||||
scanConnections=Add connections ...
|
||||
scanConnections=Find available connections ...
|
||||
createShortcut=Create desktop shortcut
|
||||
browseFiles=Browse Files
|
||||
targetPath=Target path
|
||||
|
|
Loading…
Reference in a new issue