Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit b3242d2

Browse files
committed
[NuGet] Use existing consolidate label for projects list view
Instead of using new text for the accessibility label for the projects and versions list view re-use the existing consolidate label.
1 parent 06771fc commit b3242d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Gui/ManagePackagesDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void InitializeProjectsListView ()
240240

241241
projectsListView = new ListView ();
242242
projectsListView.DataSource = projectStore;
243-
projectsListView.Accessible.Label = GettextCatalog.GetString ("Projects and Package Versions");
243+
projectsListView.Accessible.LabelWidget = projectsListViewLabel;
244244

245245
// Selected project check box column.
246246
if (projectCheckBoxCellView != null)

0 commit comments

Comments
 (0)