Skip to content

Commit 47b93a3

Browse files
committed
fixup! Better main view display for conflicing files
1 parent 17c276e commit 47b93a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/i18n/english.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,11 +1124,11 @@ func EnglishTranslationSet() *TranslationSet {
11241124
PullTooltip: "Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch.",
11251125
Scroll: "Scroll",
11261126
MergeConflictsTitle: "Merge conflicts",
1127-
MergeConflictDescription_DD: "Conflict: this file was moved or renamed both in current and incoming, but to different destinations. I don't know which ones, but they should both show up as conflicts too (marked 'AU' and 'UA', respectively). The most likely resolution is to delete this file, and pick one of the destinations and delete the other.",
1128-
MergeConflictDescription_AU: "Conflict: this file is the destination of a move or rename in current, but was moved or renamed to a different destination in incoming. That other destination should also show up as a conflict (marked 'UA'), as well as the file that both were renamed from (marked 'DD').",
1129-
MergeConflictDescription_UA: "Conflict: this file is the destination of a move or rename in incoming, but was moved or renamed to a different destination in current. That other destination should also show up as a conflict (marked 'AU'), as well as the file that both were renamed from (marked 'DD').",
1130-
MergeConflictDescription_DU: "Conflict: this file was deleted in current and modified in incoming.\n\nThe most likely resolution is to delete the file after applying the incoming modifications manually to some other place in the code.",
1131-
MergeConflictDescription_UD: "Conflict: this file was modified in current and deleted in incoming.\n\nThe most likely resolution is to delete the file after applying the current modifications manually to some other place in the code.",
1127+
MergeConflictDescription_DD: "Conflict: this file was moved or renamed both in the current and the incoming changes, but to different destinations. I don't know which ones, but they should both show up as conflicts too (marked 'AU' and 'UA', respectively). The most likely resolution is to delete this file, and pick one of the destinations and delete the other.",
1128+
MergeConflictDescription_AU: "Conflict: this file is the destination of a move or rename in the current changes, but was moved or renamed to a different destination in the incoming changes. That other destination should also show up as a conflict (marked 'UA'), as well as the file that both were renamed from (marked 'DD').",
1129+
MergeConflictDescription_UA: "Conflict: this file is the destination of a move or rename in the incoming changes, but was moved or renamed to a different destination in the current changes. That other destination should also show up as a conflict (marked 'AU'), as well as the file that both were renamed from (marked 'DD').",
1130+
MergeConflictDescription_DU: "Conflict: this file was deleted in the current changes and modified in the incoming changes.\n\nThe most likely resolution is to delete the file after applying the incoming modifications manually to some other place in the code.",
1131+
MergeConflictDescription_UD: "Conflict: this file was modified in the current changes and deleted in incoming changes.\n\nThe most likely resolution is to delete the file after applying the current modifications manually to some other place in the code.",
11321132
MergeConflictIncomingDiff: "Incoming changes:",
11331133
MergeConflictCurrentDiff: "Current changes:",
11341134
MergeConflictPressEnterToResolve: "Press %s to resolve.",

0 commit comments

Comments
 (0)