Browse Source

add translation

Armin Schrenk 9 months ago
parent
commit
6b57a0ad9c

+ 1 - 1
src/main/resources/fxml/preferences_general.fxml

@@ -31,7 +31,7 @@
 		</HBox>
 
 		<HBox spacing="12" alignment="CENTER_LEFT">
-			<CheckBox fx:id="useQuickAccessCheckbox" text="TODO Quick access"/>
+			<CheckBox fx:id="useQuickAccessCheckbox" text="%preferences.general.quickAccessService"/>
 			<ChoiceBox fx:id="quickAccessServiceChoiceBox"/>
 		</HBox>
 		<Region VBox.vgrow="ALWAYS"/>

+ 1 - 0
src/main/resources/i18n/strings.properties

@@ -288,6 +288,7 @@ preferences.general.debugLogging=Enable debug logging
 preferences.general.debugDirectory=Reveal log files
 preferences.general.autoStart=Launch Cryptomator on system start
 preferences.general.keychainBackend=Store passwords with
+preferences.general.quickAccessService=Add unlocked vaults to the quick access area
 ## Interface
 preferences.interface=Interface
 preferences.interface.theme=Look & Feel