mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[users] Make status message consistent (no .)
This commit is contained in:
parent
409a3719cf
commit
06c6ea04c0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ CreateUserJob::prettyDescription() const
|
|||
QString
|
||||
CreateUserJob::prettyStatusMessage() const
|
||||
{
|
||||
return m_status.isEmpty() ? tr( "Creating user %1." ).arg( m_config->loginName() ) : m_status;
|
||||
return m_status.isEmpty() ? tr( "Creating user %1" ).arg( m_config->loginName() ) : m_status;
|
||||
}
|
||||
|
||||
static Calamares::JobResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue