diff options
| author | Maxime Buquet <pep@bouah.net> | 2018-11-19 17:00:03 +0000 |
|---|---|---|
| committer | fiaxh <fiaxh@users.noreply.github.com> | 2018-11-19 18:23:04 -0600 |
| commit | e9535ab6b87f051beb8a70147cee0b98b02459eb (patch) | |
| tree | 4c5393d8057a1a6200f372e5dd993e38dee99194 | |
| parent | 9e5f30487a2ef6bf727afc93aed39be3dc494a2f (diff) | |
| download | dino-e9535ab6b87f051beb8a70147cee0b98b02459eb.tar.gz | |
Fix typo in unified window string
| -rw-r--r-- | main/src/ui/unified_window.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/unified_window.vala b/main/src/ui/unified_window.vala index 21a535ea..624a6f4f 100644 --- a/main/src/ui/unified_window.vala +++ b/main/src/ui/unified_window.vala @@ -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; |
