Skip to content

Commit

Permalink
Remove use of trademark wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and github-actions[bot] committed Oct 9, 2024
1 parent 412c8d0 commit 958167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgismobileapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ void QgisMobileapp::readProjectFile()

if ( suffix.compare( QLatin1String( "pdf" ) ) == 0 )
{
// GeoPDFs should have vector layers hidden by default
// Geospatial PDFs should have vector layers hidden by default
for ( QgsMapLayer *layer : vectorLayers )
{
mProject->layerTreeRoot()->findLayer( layer->id() )->setItemVisibilityChecked( false );
Expand Down

0 comments on commit 958167d

Please sign in to comment.