You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tooltip: localize('noChangesAcceptedTooltip',"The current resolution of this conflict equals the common ancestor of both the right and left changes."),
191
+
tooltip: localize(
192
+
'noChangesAcceptedTooltip',
193
+
'The current resolution of this conflict equals the common ancestor of both the right and left changes.'
194
+
),
191
195
});
192
196
193
197
}else{
@@ -217,7 +221,7 @@ export class ConflictActionsFactory extends Disposable {
217
221
tx
218
222
);
219
223
});
220
-
}),
224
+
},localize('removeTooltip',"Remove {0} from the result document.",model.input1.title)),
221
225
);
222
226
}
223
227
if(state.input2){
@@ -230,7 +234,7 @@ export class ConflictActionsFactory extends Disposable {
230
234
tx
231
235
);
232
236
});
233
-
}),
237
+
},localize('removeTooltip',"Remove {0} from the result document.",model.input2.title)),
234
238
);
235
239
}
236
240
if(state.input2First){
@@ -251,7 +255,7 @@ export class ConflictActionsFactory extends Disposable {
251
255
tx
252
256
);
253
257
});
254
-
})
258
+
},localize('resetToBaseTooltip',"Reset this conflict to the common ancestor of both the right and left changes.")),
0 commit comments