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
dialog.showForm('Are you sure you want to rebase '+(this.gitBranchHead!==null ? '<b><i>'+escapeHtml(this.gitBranchHead)+'</i></b> (the current branch)' : 'the current branch')+' on '+actionOn.toLowerCase()+' <b><i>'+escapeHtml(name)+'</i></b>?',[
1752
-
{type: DialogInputType.Checkbox,name: 'Launch Interactive Rebase in new Terminal',value: this.config.dialogDefaults.rebase.interactive},
1752
+
{type: DialogInputType.Checkbox,name: 'Interactive Rebase (launch in new Terminal)',value: this.config.dialogDefaults.rebase.interactive},
1753
1753
{type: DialogInputType.Checkbox,name: 'Ignore Date',value: this.config.dialogDefaults.rebase.ignoreDate,info: 'Only applicable to a non-interactive rebase.'}
0 commit comments