1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-24 05:33:50 +03:00

rename Dock template to Default Dock

This commit is contained in:
Michail Vourlakos 2021-03-01 19:09:32 +02:00
parent fe5d2d7a63
commit 38474372b4
2 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ Loader {
actionId: 'add:',
enabled: true,
templateId: viewTemplateIds[i],
name: i18n("Add %0").arg(viewTemplateNames[i]),
name: viewTemplateNames[i],
icon: 'list-add'
};
actionsModel.append(viewtemplate);