@@ -191,10 +191,10 @@ static struct patch_mode patch_mode_worktree_head = {
191
191
.apply_check_args = { "-R" , NULL },
192
192
.is_reverse = 1 ,
193
193
.prompt_mode = {
194
- N_ ("Discard mode change from index and worktree [y,n,q,a,d%s,?]? " ),
195
- N_ ("Discard deletion from index and worktree [y,n,q,a,d%s,?]? " ),
196
- N_ ("Discard addition from index and worktree [y,n,q,a,d%s,?]? " ),
197
- N_ ("Discard this hunk from index and worktree [y,n,q,a,d%s,?]? " ),
194
+ N_ ("Discard mode change from worktree [y,n,q,a,d%s,?]? " ),
195
+ N_ ("Discard deletion from worktree [y,n,q,a,d%s,?]? " ),
196
+ N_ ("Discard addition from worktree [y,n,q,a,d%s,?]? " ),
197
+ N_ ("Discard this hunk from worktree [y,n,q,a,d%s,?]? " ),
198
198
},
199
199
.edit_hunk_hint = N_ ("If the patch applies cleanly, the edited hunk "
200
200
"will immediately be marked for discarding." ),
@@ -213,10 +213,10 @@ static struct patch_mode patch_mode_worktree_nothead = {
213
213
.apply_args = { NULL },
214
214
.apply_check_args = { NULL },
215
215
.prompt_mode = {
216
- N_ ("Apply mode change to index and worktree [y,n,q,a,d%s,?]? " ),
217
- N_ ("Apply deletion to index and worktree [y,n,q,a,d%s,?]? " ),
218
- N_ ("Apply addition to index and worktree [y,n,q,a,d%s,?]? " ),
219
- N_ ("Apply this hunk to index and worktree [y,n,q,a,d%s,?]? " ),
216
+ N_ ("Apply mode change to worktree [y,n,q,a,d%s,?]? " ),
217
+ N_ ("Apply deletion to worktree [y,n,q,a,d%s,?]? " ),
218
+ N_ ("Apply addition to worktree [y,n,q,a,d%s,?]? " ),
219
+ N_ ("Apply this hunk to worktree [y,n,q,a,d%s,?]? " ),
220
220
},
221
221
.edit_hunk_hint = N_ ("If the patch applies cleanly, the edited hunk "
222
222
"will immediately be marked for applying." ),
0 commit comments