diff options
author | Translations <translations@dino.im> | 2019-03-16 14:33:47 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-03-16 14:43:48 +0100 |
commit | 26a8538e97f94cae8ba75c6cacfcc70cc5c2f6a4 (patch) | |
tree | b9358281be45f32ba06545b7265595745b6d42a5 /main/src | |
parent | 67dbfdd0b0f93dfe2e63b331096e94499def9396 (diff) | |
download | dino-26a8538e97f94cae8ba75c6cacfcc70cc5c2f6a4.tar.gz dino-26a8538e97f94cae8ba75c6cacfcc70cc5c2f6a4.zip |
Update translations
Diffstat (limited to 'main/src')
-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 aa1aac60..123d3efb 100644 --- a/main/src/ui/unified_window.vala +++ b/main/src/ui/unified_window.vala @@ -172,7 +172,7 @@ public class UnifiedWindow : Gtk.Window { public class WelcomePlceholder : UnifiedWindowPlaceholder { public WelcomePlceholder() { title_label.label = _("Welcome to Dino!"); - label.label = _("Communicate happiness."); + label.label = "Communicating happiness."; primary_button.label = _("Set up account"); title_label.visible = true; secondary_button.visible = false; |