mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
use speciaized translation key
This commit is contained in:
@@ -131,7 +131,7 @@ public class VolumePreferencesController implements FxController {
|
||||
@Override
|
||||
public String toString(MountService provider) {
|
||||
if (provider == null) {
|
||||
return resourceBundle.getString("generic.choicebox.autoSelection");
|
||||
return resourceBundle.getString("preferences.volume.type.automatic");
|
||||
} else {
|
||||
return provider.displayName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user