Skip to content

Commit b1a67ba

Browse files
committed
Rename variable (code layout)
1 parent f072485 commit b1a67ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/qgsoptions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl, const QList<QgsOpti
910910
QString userLocale = mSettings->value( QStringLiteral( "locale/userLocale" ), QString( ) ).toString();
911911
bool showGroupSeparator = mSettings->value( QStringLiteral( "locale/showGroupSeparator" ), false ).toBool();
912912
QString globalLocale = mSettings->value( QStringLiteral( "locale/globalLocale" ), currentLocale ).toString();
913-
const QStringList curentI18nList( i18nList() );
914-
for ( const auto &l : curentI18nList )
913+
const QStringList language18nList( i18nList() );
914+
for ( const auto &l : language18nList )
915915
{
916916
// QTBUG-57802: eo locale is improperly handled
917917
QString displayName = l.startsWith( QLatin1String( "eo" ) ) ? QLocale::languageToString( QLocale::Esperanto ) : QLocale( l ).nativeLanguageName();

0 commit comments

Comments
 (0)