aboutsummaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2018-11-19 17:00:03 +0000
committerfiaxh <fiaxh@users.noreply.github.com>2018-11-19 18:23:04 -0600
commite9535ab6b87f051beb8a70147cee0b98b02459eb (patch)
tree4c5393d8057a1a6200f372e5dd993e38dee99194 /main/src
parent9e5f30487a2ef6bf727afc93aed39be3dc494a2f (diff)
downloaddino-e9535ab6b87f051beb8a70147cee0b98b02459eb.tar.gz
dino-e9535ab6b87f051beb8a70147cee0b98b02459eb.zip
Fix typo in unified window string
Diffstat (limited to 'main/src')
-rw-r--r--main/src/ui/unified_window.vala2
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;