[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
@ -44,7 +44,7 @@ void
|
|||||||
standardMountPoints(QComboBox& combo)
|
standardMountPoints(QComboBox& combo)
|
||||||
{
|
{
|
||||||
combo.clear();
|
combo.clear();
|
||||||
combo.addItem( combo.tr( "(no mount point)" ) );
|
combo.addItem( QObject::tr( "(no mount point)" ) );
|
||||||
combo.addItems( standardMountPoints() );
|
combo.addItems( standardMountPoints() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user