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
KInfoCenter
Commits
ae3db05a
Commit
ae3db05a
authored
Feb 28, 2021
by
Yuri Chornoivan
Browse files
Fix disambiguation found by gettext 0.21
parent
e1a45ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/opengl/opengl.cpp
View file @
ae3db05a
...
...
@@ -632,7 +632,7 @@ static QTreeWidgetItem *print_screen_info(QTreeWidgetItem *l1, QTreeWidgetItem *
makeDriItem
(
infos
.
at
(
0
),
l2
,
nullptr
);
}
}
else
{
l2
=
newItem
(
l1
,
l2
,
i18n
(
"3D Accelerator"
),
i18n
(
"unknown"
));
l2
=
newItem
(
l1
,
l2
,
i18n
c
(
"Just one accelerator"
,
"3D Accelerator"
),
i18n
(
"unknown"
));
}
}
...
...
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