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."),
187
+
tooltip: localize(
188
+
'noChangesAcceptedTooltip',
189
+
'The current resolution of this conflict equals the common ancestor of both the right and left changes.'
190
+
),
187
191
});
188
192
189
193
}else{
@@ -213,7 +217,7 @@ export class ConflictActionsFactory extends Disposable {
213
217
tx
214
218
);
215
219
});
216
-
}),
220
+
},localize('removeTooltip',"Remove {0} from the result document.",model.input1.title)),
217
221
);
218
222
}
219
223
if(state.input2){
@@ -226,7 +230,7 @@ export class ConflictActionsFactory extends Disposable {
226
230
tx
227
231
);
228
232
});
229
-
}),
233
+
},localize('removeTooltip',"Remove {0} from the result document.",model.input2.title)),
230
234
);
231
235
}
232
236
if(state.input2First){
@@ -247,7 +251,7 @@ export class ConflictActionsFactory extends Disposable {
247
251
tx
248
252
);
249
253
});
250
-
})
254
+
},localize('resetToBaseTooltip',"Reset this conflict to the common ancestor of both the right and left changes.")),
0 commit comments