[locale] Tweak string to avoid lupdate inserting {1?}
This commit is contained in:
parent
93ce2daff0
commit
040f424931
@ -407,15 +407,13 @@ localeLabel( const QString& s )
|
|||||||
QString
|
QString
|
||||||
Config::currentLanguageStatus() const
|
Config::currentLanguageStatus() const
|
||||||
{
|
{
|
||||||
return tr( "The system language will be set to %1", "@info" )
|
return tr( "The system language will be set to %1.", "@info" ).arg( localeLabel( m_selectedLocaleConfiguration.language() ) );
|
||||||
.arg( localeLabel( m_selectedLocaleConfiguration.language() ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString
|
QString
|
||||||
Config::currentLCStatus() const
|
Config::currentLCStatus() const
|
||||||
{
|
{
|
||||||
return tr( "The numbers and dates locale will be set to %1", "@info" )
|
return tr( "The numbers and dates locale will be set to %1.", "@info" ).arg( localeLabel( m_selectedLocaleConfiguration.lc_numeric ) );
|
||||||
.arg( localeLabel( m_selectedLocaleConfiguration.lc_numeric ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString
|
QString
|
||||||
|
Loading…
Reference in New Issue
Block a user