Skip to content

Commit d653fb5

Browse files
committed
add disambiguation comment to translation string 'in'
1 parent 0eeea76 commit d653fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsunittypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ QString QgsUnitTypes::toAbbreviatedString( QgsUnitTypes::LayoutUnit unit )
18751875
case LayoutMeters:
18761876
return QObject::tr( "m" );
18771877
case LayoutInches:
1878-
return QObject::tr( "in" );
1878+
return QObject::tr( "in", "unit inch" );
18791879
case LayoutFeet:
18801880
return QObject::tr( "ft" );
18811881
case LayoutPoints:

0 commit comments

Comments
 (0)