Skip to content

Commit b9fc487

Browse files
committed
Rename side panel to left panel
1 parent 794d69e commit b9fc487

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/browse_repository.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The Browse window contains of several parts:
1111
* `Main toolbar`_
1212
* `Revision graph`_
1313
* `Tabs`_
14-
* `Sidepanel`_
14+
* `Left panel`_
1515

16-
The `Sidepanel`_, `Tabs`_ and the toolbar can be hidden, as well as showing the `Commit`_ tab as a panel in the revision graph.
16+
The `Left panel`_, `Tabs`_ and the toolbar can be hidden, as well as showing the `Commit`_ tab as a panel in the revision graph.
1717

1818
.. _browse-main-toolbar:
1919

@@ -141,9 +141,9 @@ Build report
141141
Optional, only shown if the build server plugin is configured for the repo and if it has found a build for the selected commit.
142142
:ref:`settings-tabs-show-build-result-page`
143143

144-
.. _browse-side-panel:
144+
.. _browse-left-panel:
145145

146-
Sidepanel
146+
Left panel
147147
---------
148148

149149
Show local and remote branches, git remotes, tags and submodules.

source/settings.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This page contains general settings for Git Extensions.
8383

8484
If the current local checkout branch is tracking a remote branch, show the number of commits the branch
8585
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`.
8787

8888
.. setting:: Check for uncommitted changes in checkout branch dialog
8989
:id: uncommitted-changes
@@ -183,7 +183,7 @@ This page contains general settings for Git Extensions.
183183

184184
.. setting:: Show current branch names in the dashboard and the recent repositories dropdown menu
185185

186-
Also show the branch in :ref:`browse-side-panel`.
186+
Also show the branch in :ref:`browse-left-panel`.
187187

188188
.. setting:: Show current branch in Visual Studio
189189
:id: show-current-branch-vs
@@ -205,7 +205,7 @@ This page contains general settings for Git Extensions.
205205
.. setting:: Sort branches by
206206
:id: sort-branches-by
207207

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.
209209

210210
.. setting:: Order branches
211211

@@ -632,7 +632,7 @@ This page contains general settings for Git Extensions.
632632

633633
#. Commit: The page displayed when a Commit is requested via the ``Commit`` User Menu button or the ``Commands/Commit`` menu option.
634634
#. 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.
636636
#. RevisionGrid: The list of commits in Browse and other forms.
637637
#. FileViewer: The page displayed when viewing the contents of a file.
638638
#. FormMergeConflicts: The page displayed when merge conflicts are detected that need correcting.

0 commit comments

Comments
 (0)