Sync with latest libmutton development version

This commit is contained in:
2026-01-24 14:10:03 -05:00
parent 1afbce9b1b
commit 8e59d81fff
5 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ func main() {
case 4:
oldPassword := confirmRCWPassword("old")
newPassword := confirmRCWPassword("new")
fmt.Print("\nRe-encrypting entries. Please wait; do not force close this process.\n")
fmt.Print("\nRe-encrypting entries...\nPlease wait; do not force close this process.\n\n")
if err := core.EntryRefresh(oldPassword, newPassword, false); err != nil {
other.PrintError("Re-encryption failed: "+err.Error(), global.ErrorEncryption)
}