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:
parent
e04dd29d89
commit
06f90877d5
@ -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">
|
||||
|
@ -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_"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user