mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
PluginFactory in Finished module.
This commit is contained in:
parent
4f84e9ad14
commit
d91f00f334
2 changed files with 8 additions and 6 deletions
|
@ -40,7 +40,7 @@ FinishedViewStep::~FinishedViewStep()
|
|||
QString
|
||||
FinishedViewStep::prettyName() const
|
||||
{
|
||||
return tr( "All done" );
|
||||
return tr( "Finish" );
|
||||
}
|
||||
|
||||
|
||||
|
@ -129,3 +129,4 @@ FinishedViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
}
|
||||
}
|
||||
|
||||
CALAMARES_PLUGIN_FACTORY_DEFINITION( FinishedViewStepFactory, registerPlugin<FinishedViewStep>(); )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue