This commit is contained in:
Emil Ernerfeldt 2020-05-07 17:37:17 +02:00
parent 6ad74ccaf5
commit ec93f20604
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ impl ExampleWindow {
self.count += 1;
}
region.add(label!(
"The button have been clicked {} times",
"The button has been clicked {} times",
self.count
));
});