mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-23 07:24:35 +00:00
Fix typo in unified window string
This commit is contained in:
parent
9e5f30487a
commit
e9535ab6b8
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ public class UnifiedWindow : Gtk.Window {
|
|||
public class WelcomePlceholder : UnifiedWindowPlaceholder {
|
||||
public WelcomePlceholder() {
|
||||
title_label.label = _("Welcome to Dino!");
|
||||
label.label = _("Communicate happieness.");
|
||||
label.label = _("Communicate happiness.");
|
||||
primary_button.label = _("Setup account");
|
||||
title_label.visible = true;
|
||||
secondary_button.visible = false;
|
||||
|
|
Loading…
Reference in a new issue