From e0eba9a1ea4e4592d63d4fa851c3e5a98a8e9078 Mon Sep 17 00:00:00 2001 From: Allan Nordhøy Date: Thu, 23 Nov 2017 17:07:19 +0100 Subject: Reword some strings (#215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * conference_s_, Members only room, Too many occupants in room * conferences → conference * No active conversations/accounts * "the account" and escaped apostrophe * leaves, the subject, Required password, voiced, backlog * Members-only room * Remove the \'%s\' account? * Chosen password required for room entry * if any * muc password, voiced, remove account --- main/src/ui/unified_window.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/ui/unified_window.vala') diff --git a/main/src/ui/unified_window.vala b/main/src/ui/unified_window.vala index be5b0805..06dde74f 100644 --- a/main/src/ui/unified_window.vala +++ b/main/src/ui/unified_window.vala @@ -134,7 +134,7 @@ public class UnifiedWindow : Window { public class NoAccountsPlaceholder : UnifiedWindowPlaceholder { public NoAccountsPlaceholder() { - label.label = _("No accounts active"); + label.label = _("No active accounts"); primary_button.label = _("Manage accounts"); secondary_button.visible = false; } @@ -142,7 +142,7 @@ public class NoAccountsPlaceholder : UnifiedWindowPlaceholder { public class NoConversationsPlaceholder : UnifiedWindowPlaceholder { public NoConversationsPlaceholder() { - label.label = _("No conversation active"); + label.label = _("No active conversations"); primary_button.label = _("Start Chat"); secondary_button.label = _("Join Conference"); secondary_button.visible = true; -- cgit v1.2.3