From 0187f2e9c8d1c8508016dcd3a2942a92fd58e94f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 22 Apr 2021 21:24:42 +0000 Subject: fixed translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9830 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/library/libraryfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/library/libraryfactory.cpp') diff --git a/src/plugins/General/library/libraryfactory.cpp b/src/plugins/General/library/libraryfactory.cpp index 530dae0e3..d14f266ed 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("Media Library"), Qt::RightDockWidgetArea, + properties.widgets = { { LIBRARY_WIDGET, tr("Library"), Qt::RightDockWidgetArea, Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea } }; return properties; } -- cgit v1.2.3-13-gbd6f