Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
751cf482
Commit
751cf482
authored
Apr 09, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
pk: Address "Show Dependencies" dialog title
Show the package name instead of the application's.
BUG: 403492
parent
ddc1b584
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/PackageKitBackend/qml/DependenciesButton.qml
View file @
751cf482
...
...
@@ -32,7 +32,7 @@ Kirigami.LinkButton {
parent
:
applicationWindow
().
overlay
header
:
Kirigami.Heading
{
text
:
i18n
(
"
Package d
ependencies for %1
"
,
resource
.
n
ame
)
}
header
:
Kirigami.Heading
{
text
:
i18n
(
"
D
ependencies for
package:
%1
"
,
resource
.
packageN
ame
)
}
ListView
{
id
:
view
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment