mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
Add i18n support for percent value
This commit is contained in:
parent
4f2ab856a3
commit
2d118c7057
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ ExecutionViewStep::ExecutionViewStep( QObject* parent )
|
|||
{
|
||||
m_widget->setObjectName( "slideshow" );
|
||||
m_progressBar->setObjectName( "exec-progress" );
|
||||
m_progressBar->setFormat(tr("%p%"));
|
||||
m_label->setObjectName( "exec-message" );
|
||||
|
||||
QVBoxLayout* layout = new QVBoxLayout( m_widget );
|
||||
|
|
Loading…
Add table
Reference in a new issue