From 0b57c6338b279f1af1fa54e4e653769f555e73d4 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 15 Jun 2014 17:03:46 +0200 Subject: [PATCH] BTransactionIssue::ToString(): Fix some strings --- src/kits/package/CommitTransactionResult.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/package/CommitTransactionResult.cpp b/src/kits/package/CommitTransactionResult.cpp index 239c83acfe..5e4f6f9148 100644 --- a/src/kits/package/CommitTransactionResult.cpp +++ b/src/kits/package/CommitTransactionResult.cpp @@ -135,7 +135,7 @@ BTransactionIssue::ToString() const case B_WRITABLE_FILE_NOT_EQUAL: // !keep old messageTemplate = "\"%path1%\" cannot be updated automatically," " since it was changed manually from previous version" - " \"%path2\"" + " \"%path2%\"" " Please perform the update manually if needed."; break; case B_WRITABLE_SYMLINK_COMPARISON_FAILED: // !keep old @@ -147,7 +147,7 @@ BTransactionIssue::ToString() const case B_WRITABLE_SYMLINK_NOT_EQUAL: // !keep old messageTemplate = "Symbolic link \"%path1%\" cannot be updated" " automatically, since it was changed manually from previous" - " version \"%path2\"" + " version \"%path2%\"" " Please perform the update manually if needed."; break; case B_POST_INSTALL_SCRIPT_NOT_FOUND: