소스 검색

renamed string properties

Jan-Peter Klein 1 년 전
부모
커밋
1e28a04a7b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java
  2. 1 1
      src/main/resources/i18n/strings.properties

+ 1 - 1
src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java

@@ -30,7 +30,7 @@ public class UnlockFuseRestartRequiredController implements FxController {
 	}
 
 	public void initialize() {
-		window.setTitle(String.format(resourceBundle.getString("unlock.error.fuseRestartRequired.title"), vault.getDisplayName()));
+		window.setTitle(String.format(resourceBundle.getString("unlock.error.title"), vault.getDisplayName()));
 	}
 
 	@FXML

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

@@ -142,9 +142,9 @@ unlock.error.customPath.description.hideawayNotDir=The temporary, hidden file "%
 unlock.error.customPath.description.couldNotBeCleaned=Your vault could not be mounted to the path "%s". Please try again or choose a different path.
 unlock.error.customPath.description.notEmptyDir=The custom mount path "%s" is not an empty folder. Please choose an empty folder and try again.
 unlock.error.customPath.description.generic=You have selected a custom mount path for this vault, but using it failed with the message: %2$s
-unlock.error.fuseRestartRequired.title=Unlock "%s" failed
 unlock.error.fuseRestartRequired.message=Unable to unlock vault
 unlock.error.fuseRestartRequired.description=Change volume type in vault options or restart Cryptomator.
+unlock.error.title=Unlock "%s" failed
 ## Hub
 hub.noKeychain.message=Unable to access device key
 hub.noKeychain.description=In order to unlock Hub vaults, a device key is required, which is secured using a keychain. To proceed, enable “%s” and select a keychain in the preferences.