use speciaized translation key

This commit is contained in:
Armin Schrenk
2023-01-25 12:44:09 +01:00
parent 8580e97791
commit b4c384acc9
2 changed files with 2 additions and 3 deletions

View File

@@ -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();
}