This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ private void OnTreeNodeGUI(BranchTreeNode node)
612612 {
613613 EditorUtility . DisplayDialog ( Localization . SwitchBranchTitle ,
614614 String . Format ( Localization . SwitchBranchFailedDescription , node . Name ) ,
615- Localization . Cancel ) ;
615+ Localization . Ok ) ;
616616 }
617617 } ) . Start ( ) ;
618618 }
@@ -627,7 +627,7 @@ private void OnTreeNodeGUI(BranchTreeNode node)
627627 {
628628 EditorUtility . DisplayDialog ( Localization . SwitchBranchTitle ,
629629 String . Format ( Localization . SwitchBranchFailedDescription , node . Name ) ,
630- Localization . Cancel ) ;
630+ Localization . Ok ) ;
631631 }
632632 } ) . Start ( ) ;
633633 }
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ private void Pull()
679679 {
680680 EditorUtility . DisplayDialog ( Localization . PullActionTitle ,
681681 Localization . PullFailureDescription ,
682- Localization . Cancel ) ;
682+ Localization . Ok ) ;
683683 }
684684 } )
685685 . Start ( ) ;
@@ -702,7 +702,7 @@ private void Push()
702702 {
703703 EditorUtility . DisplayDialog ( Localization . PushActionTitle ,
704704 Localization . PushFailureDescription ,
705- Localization . Cancel ) ;
705+ Localization . Ok ) ;
706706 }
707707 } )
708708 . Start ( ) ;
You can’t perform that action at this time.
0 commit comments