Improve naming for scan operations

This commit is contained in:
crschnick 2023-08-27 09:30:14 +00:00
parent cc981384b6
commit dbb66c3d31
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ public class StoreScanBarComp extends SimpleComp {
@Override @Override
protected Region createSimple() { 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); ScanAlert.showAsync(null);
}) })
.styleClass(Styles.FLAT) .styleClass(Styles.FLAT)

View file

@ -44,7 +44,7 @@ public class ScanAction implements ActionProvider {
@Override @Override
public String getIcon(ShellStore store) { public String getIcon(ShellStore store) {
return "mdi2p-playlist-plus"; return "mdi2m-magnify-scan";
} }
@Override @Override

View file

@ -12,7 +12,7 @@ options=Options
newFile=New file newFile=New file
newLink=New link newLink=New link
linkName=Link name linkName=Link name
scanConnections=Add connections ... scanConnections=Find available connections ...
createShortcut=Create desktop shortcut createShortcut=Create desktop shortcut
browseFiles=Browse Files browseFiles=Browse Files
targetPath=Target path targetPath=Target path