aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-01-06 18:31:40 +0100
committerfiaxh <fiaxh@users.noreply.github.com>2019-01-09 01:17:51 +0100
commit16329411a879a7f85e8f91c4df06a8f54ce8ac38 (patch)
tree74fe24369f153e01fe2fdaaa7fecd0f967a8dcce /main
parent8b08d874fa8dcde2698999e2a3220879b963a197 (diff)
downloaddino-16329411a879a7f85e8f91c4df06a8f54ce8ac38.tar.gz
dino-16329411a879a7f85e8f91c4df06a8f54ce8ac38.zip
Spelling: Set up account
Diffstat (limited to 'main')
-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 624a6f4f..28bec42d 100644
--- a/main/src/ui/unified_window.vala
+++ b/main/src/ui/unified_window.vala
@@ -246,7 +246,7 @@ public class WelcomePlceholder : UnifiedWindowPlaceholder {
public WelcomePlceholder() {
title_label.label = _("Welcome to Dino!");
label.label = _("Communicate happiness.");
- primary_button.label = _("Setup account");
+ primary_button.label = _("Set up account");
title_label.visible = true;
secondary_button.visible = false;
}