@@ -83,7 +83,7 @@ This page contains general settings for Git Extensions.
83
83
84
84
If the current local checkout branch is tracking a remote branch, show the number of commits the branch
85
85
is ahead (changed locally) and behind (changed on the remote) on the status bar in :ref: `browse-main-toolbar `
86
- and for branches on the :ref: `browse-side -panel `.
86
+ and for branches on the :ref: `browse-left -panel `.
87
87
88
88
.. setting :: Check for uncommitted changes in checkout branch dialog
89
89
:id: uncommitted-changes
@@ -183,7 +183,7 @@ This page contains general settings for Git Extensions.
183
183
184
184
.. setting :: Show current branch names in the dashboard and the recent repositories dropdown menu
185
185
186
- Also show the branch in :ref: `browse-side -panel `.
186
+ Also show the branch in :ref: `browse-left -panel `.
187
187
188
188
.. setting :: Show current branch in Visual Studio
189
189
:id: show-current-branch-vs
@@ -205,7 +205,7 @@ This page contains general settings for Git Extensions.
205
205
.. setting :: Sort branches by
206
206
:id: sort-branches-by
207
207
208
- The sort order for branches in :ref: `browse-main-toolbar ` and :ref: `browse-side -panel ` in a dropdown.
208
+ The sort order for branches in :ref: `browse-main-toolbar ` and :ref: `browse-left -panel ` in a dropdown.
209
209
210
210
.. setting :: Order branches
211
211
@@ -632,7 +632,7 @@ This page contains general settings for Git Extensions.
632
632
633
633
#. Commit: The page displayed when a Commit is requested via the ``Commit `` User Menu button or the ``Commands/Commit `` menu option.
634
634
#. Browse: The Revision Graph page (the page displayed after a repository is selected from the dashboard (Start Page)).
635
- #. LeftPanel: The left side panel for ``Browse `` with branches etc.
635
+ #. LeftPanel: The left panel for ``Browse `` with branches etc.
636
636
#. RevisionGrid: The list of commits in Browse and other forms.
637
637
#. FileViewer: The page displayed when viewing the contents of a file.
638
638
#. FormMergeConflicts: The page displayed when merge conflicts are detected that need correcting.
0 commit comments