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/add_conversation/conference_details_fragment.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/ui/add_conversation') diff --git a/main/src/ui/add_conversation/conference_details_fragment.vala b/main/src/ui/add_conversation/conference_details_fragment.vala index 027483f4..13bf1c5a 100644 --- a/main/src/ui/add_conversation/conference_details_fragment.vala +++ b/main/src/ui/add_conversation/conference_details_fragment.vala @@ -146,12 +146,12 @@ protected class ConferenceDetailsFragment : Box { case Xmpp.Xep.Muc.MucEnterError.CREATION_RESTRICTED: label_text = _("Not allowed to create room"); break; case Xmpp.Xep.Muc.MucEnterError.NOT_IN_MEMBER_LIST: - label_text = _("Room is members only"); break; + label_text = _("Members-only room"); break; case Xmpp.Xep.Muc.MucEnterError.USE_RESERVED_ROOMNICK: case Xmpp.Xep.Muc.MucEnterError.NICK_CONFLICT: label_text = _("Choose a different nick"); break; case Xmpp.Xep.Muc.MucEnterError.OCCUPANT_LIMIT_REACHED: - label_text = _("Room has too many occupants"); break; + label_text = _("Too many occupants in room"); break; } notification_label.label = label_text; notification_revealer.set_reveal_child(true); -- cgit v1.2.3-54-g00ecf