mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-15 20:04:41 -04:00
[locale] Debug-message typo
This commit is contained in:
parent
f9d888ec24
commit
e84db033b0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ TimeZoneWidget::TimeZoneWidget( QWidget* parent )
|
||||||
#ifdef DEBUG_TIMEZONES
|
#ifdef DEBUG_TIMEZONES
|
||||||
if ( background.size() != QSize( 780, 340 ) )
|
if ( background.size() != QSize( 780, 340 ) )
|
||||||
{
|
{
|
||||||
cWarning() << "Timezone background size mitsmatch" << background.size();
|
cWarning() << "Timezone background size mismatch" << background.size();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue