aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/library/libraryfactory.cpp2
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp2
2 files changed, 2 insertions, 2 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;
}
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index 0382d3ab2..08b1d8154 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -33,7 +33,7 @@ GeneralProperties LyricsFactory::properties() const
properties.hasAbout = true;
properties.hasSettings = true;
properties.visibilityControl = false;
- properties.widgets = { { LYRICS_WIDGET, tr("Lyrics"), Qt::LeftDockWidgetArea, Qt::AllDockWidgetAreas } };
+ properties.widgets = { { LYRICS_WIDGET, tr("Lyrics"), tr("Ctrl+2"), Qt::LeftDockWidgetArea, Qt::AllDockWidgetAreas } };
return properties;
}