1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-09 00:58:15 +03:00

rephrase menu to Edit Layouts...

This commit is contained in:
Michail Vourlakos 2021-03-31 12:11:35 +03:00
parent e04dd29d89
commit 06f90877d5
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
</property>
<widget class="QWidget" name="layoutsTab">
<attribute name="title">
<string>Layouts</string>
<string>Layouts Editor</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@ -522,7 +522,7 @@
<x>0</x>
<y>0</y>
<width>888</width>
<height>383</height>
<height>375</height>
</rect>
</property>
<property name="sizePolicy">

View File

@ -394,7 +394,7 @@ void Menu::populateLayouts()
m_switchLayoutsMenu->addSeparator();
QAction *editLayoutsAction = m_switchLayoutsMenu->addAction(i18n("Manage &Layouts..."));
QAction *editLayoutsAction = m_switchLayoutsMenu->addAction(i18n("Edit &Layouts..."));
editLayoutsAction->setData(QStringLiteral(" _show_latte_settings_dialog_"));
}