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)
612
612
{
613
613
EditorUtility . DisplayDialog ( Localization . SwitchBranchTitle ,
614
614
String . Format ( Localization . SwitchBranchFailedDescription , node . Name ) ,
615
- Localization . Cancel ) ;
615
+ Localization . Ok ) ;
616
616
}
617
617
} ) . Start ( ) ;
618
618
}
@@ -627,7 +627,7 @@ private void OnTreeNodeGUI(BranchTreeNode node)
627
627
{
628
628
EditorUtility . DisplayDialog ( Localization . SwitchBranchTitle ,
629
629
String . Format ( Localization . SwitchBranchFailedDescription , node . Name ) ,
630
- Localization . Cancel ) ;
630
+ Localization . Ok ) ;
631
631
}
632
632
} ) . Start ( ) ;
633
633
}
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ private void Pull()
679
679
{
680
680
EditorUtility . DisplayDialog ( Localization . PullActionTitle ,
681
681
Localization . PullFailureDescription ,
682
- Localization . Cancel ) ;
682
+ Localization . Ok ) ;
683
683
}
684
684
} )
685
685
. Start ( ) ;
@@ -702,7 +702,7 @@ private void Push()
702
702
{
703
703
EditorUtility . DisplayDialog ( Localization . PushActionTitle ,
704
704
Localization . PushFailureDescription ,
705
- Localization . Cancel ) ;
705
+ Localization . Ok ) ;
706
706
}
707
707
} )
708
708
. Start ( ) ;
You can’t perform that action at this time.
0 commit comments