change case

This commit is contained in:
yggverse 2025-01-22 08:46:27 +02:00
parent 972fa6c3db
commit a5958bc36a
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ impl Send {
button.connect_clicked({
move |this| {
this.set_sensitive(false);
this.set_label("Sending..");
this.set_label("sending..");
action_send.activate(None);
}
});

View File

@ -24,7 +24,7 @@ impl Send {
button.connect_clicked({
move |this| {
this.set_sensitive(false);
this.set_label("Sending..");
this.set_label("sending..");
action_send.activate(None);
}
});