BTransactionIssue::ToString(): Fix some strings
This commit is contained in:
parent
f2f19f110d
commit
0b57c6338b
@ -135,7 +135,7 @@ BTransactionIssue::ToString() const
|
|||||||
case B_WRITABLE_FILE_NOT_EQUAL: // !keep old
|
case B_WRITABLE_FILE_NOT_EQUAL: // !keep old
|
||||||
messageTemplate = "\"%path1%\" cannot be updated automatically,"
|
messageTemplate = "\"%path1%\" cannot be updated automatically,"
|
||||||
" since it was changed manually from previous version"
|
" since it was changed manually from previous version"
|
||||||
" \"%path2\""
|
" \"%path2%\""
|
||||||
" Please perform the update manually if needed.";
|
" Please perform the update manually if needed.";
|
||||||
break;
|
break;
|
||||||
case B_WRITABLE_SYMLINK_COMPARISON_FAILED: // !keep old
|
case B_WRITABLE_SYMLINK_COMPARISON_FAILED: // !keep old
|
||||||
@ -147,7 +147,7 @@ BTransactionIssue::ToString() const
|
|||||||
case B_WRITABLE_SYMLINK_NOT_EQUAL: // !keep old
|
case B_WRITABLE_SYMLINK_NOT_EQUAL: // !keep old
|
||||||
messageTemplate = "Symbolic link \"%path1%\" cannot be updated"
|
messageTemplate = "Symbolic link \"%path1%\" cannot be updated"
|
||||||
" automatically, since it was changed manually from previous"
|
" automatically, since it was changed manually from previous"
|
||||||
" version \"%path2\""
|
" version \"%path2%\""
|
||||||
" Please perform the update manually if needed.";
|
" Please perform the update manually if needed.";
|
||||||
break;
|
break;
|
||||||
case B_POST_INSTALL_SCRIPT_NOT_FOUND:
|
case B_POST_INSTALL_SCRIPT_NOT_FOUND:
|
||||||
|
Loading…
Reference in New Issue
Block a user