Skip to content
Snippets Groups Projects
Commit a559dfc9 authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Putting "Commit" label back

parent de7dade7
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ namespace GitHub.Unity ...@@ -14,7 +14,7 @@ namespace GitHub.Unity
private const string ConfirmSwitchTitle = "Confirm branch switch"; private const string ConfirmSwitchTitle = "Confirm branch switch";
private const string ConfirmSwitchMessage = "Switch branch to {0}?"; private const string ConfirmSwitchMessage = "Switch branch to {0}?";
private const string ConfirmSwitchOK = "Switch"; private const string ConfirmSwitchOK = "Switch";
private const string ConfirmSwitchCancel = CancelButtonLabel; private const string ConfirmSwitchCancel = "Cancel";
private const string NewBranchCancelButton = "x"; private const string NewBranchCancelButton = "x";
private const string NewBranchConfirmButton = "Create"; private const string NewBranchConfirmButton = "Create";
private const string FavoritesSetting = "Favorites"; private const string FavoritesSetting = "Favorites";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment