Skip to content

Commit

Permalink
fix user warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 4, 2023
1 parent 4e3e2e6 commit bc05de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/merginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ QString MerginApi::listProjectsByName( const QStringList &projectNames )
{
CoreUtils::log( "list projects by name", QStringLiteral( "Too many local projects: " ) + QString::number( projectNames.count(), 'f', 0 ) );
const int projectsToRemoveCount = projectNames.count() - listProjectsByNameApiLimit;
QString msg = tr( "Please remove some projects as the app currently\nonly allows up to %1 downloaded projects." ).arg( projectsToRemoveCount );
QString msg = tr( "Please remove some projects as the app currently\nonly allows up to %1 downloaded projects." ).arg( listProjectsByNameApiLimit );
notify( msg );
projectNamesToRequest.erase( projectNamesToRequest.begin() + listProjectsByNameApiLimit, projectNamesToRequest.end() );
Q_ASSERT( projectNamesToRequest.count() == listProjectsByNameApiLimit );
Expand Down

1 comment on commit bc05de0

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.10.462611 just submitted!

Please sign in to comment.