aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/library')
-rw-r--r--src/plugins/General/library/libraryfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/library/libraryfactory.cpp b/src/plugins/General/library/libraryfactory.cpp
index d14f266ed..a6ccd477c 100644
--- a/src/plugins/General/library/libraryfactory.cpp
+++ b/src/plugins/General/library/libraryfactory.cpp
@@ -35,7 +35,7 @@ GeneralProperties LibraryFactory::properties() const
properties.hasAbout = true;
properties.hasSettings = true;
properties.visibilityControl = false;
- properties.widgets = { { LIBRARY_WIDGET, tr("Library"), Qt::RightDockWidgetArea,
+ properties.widgets = { { LIBRARY_WIDGET, tr("Library"), tr("Ctrl+1"), Qt::RightDockWidgetArea,
Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea } };
return properties;
}