mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 15:48:41 +01:00
Close #283
This commit is contained in:
parent
15da090d15
commit
eac4a7fcb5
@ -81,7 +81,7 @@ public class Tootle.Dialogs.NewAccount: Hdy.Window {
|
||||
|
||||
void invalidate () {
|
||||
next_button.sensitive = !is_working;
|
||||
next_button.label = stack.visible_child == done_step ? _("Close") : _("Next");
|
||||
next_button.label = stack.visible_child == done_step ? _("Done") : _("Next");
|
||||
back_button.label = stack.visible_child == done_step ? _("Add Another") : _("Back");
|
||||
back_button.visible = stack.visible_child != instance_step;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user