Skip to content
Snippets Groups Projects
Commit bb9c4233 authored by Dott. Federico Volpini's avatar Dott. Federico Volpini
Browse files

small fixes

parent abf86a5c
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ public abstract class PageImpl extends WizardPageMod implements Page {
public void setPercentage(double percentage){
percentage = percentage * 100.0;
setDescription(description + " - Complete: "+(int)percentage+"%");
setDescription(description + " - "+(int)percentage+"% completed");
}
public double getPercentage(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment