mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-10 18:16:26 +00:00
Add tooltip for fix icon.
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
</StackPane>
|
||||
<Label text="${controller.description}"/>
|
||||
<Region HBox.hgrow="ALWAYS"/>
|
||||
<StackPane HBox.hgrow="NEVER" >
|
||||
<Button fx:id="fixButton" text="%health.check.fixBtn" visible="${controller.fixable}" onAction="#fix" alignment="CENTER" minWidth="-Infinity"/>
|
||||
<StackPane HBox.hgrow="NEVER">
|
||||
<Button fx:id="fixButton" text="%health.fix.fixBtn" visible="${controller.fixable}" onAction="#fix" alignment="CENTER" minWidth="-Infinity"/>
|
||||
<FontAwesome5IconView fx:id="fixView" glyph="${controller.fixGlyph}" glyphSize="16" visible="${controller.fixRunningOrDone}" managed="${controller.fixRunningOrDone}"/>
|
||||
</StackPane>
|
||||
</children>
|
||||
|
||||
@@ -175,7 +175,10 @@ health.check.detail.checkFinishedAndFound=The check finished with results needed
|
||||
health.check.detail.checkFailed=The check exited due to an error.
|
||||
health.check.detail.checkCancelled=The check was cancelled.
|
||||
health.check.exportBtn=Export Report
|
||||
health.check.fixBtn=Fix
|
||||
## Fix Application
|
||||
health.fix.fixBtn=Fix
|
||||
health.fix.successTip=Fix successful
|
||||
health.fix.failTip=Fix failed, see log for details
|
||||
|
||||
# Preferences
|
||||
preferences.title=Preferences
|
||||
|
||||
Reference in New Issue
Block a user