mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[partition] Reduce Transifex warnings
- the string here has no context (no QObject-derived class that it is called in) so use the static method instead.
This commit is contained in:
parent
302b3cf0c4
commit
6fbc467795
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ void
|
|||
standardMountPoints(QComboBox& combo)
|
||||
{
|
||||
combo.clear();
|
||||
combo.addItem( combo.tr( "(no mount point)" ) );
|
||||
combo.addItem( QObject::tr( "(no mount point)" ) );
|
||||
combo.addItems( standardMountPoints() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue