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/contact_details/muc_config_form_provider.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main/src/ui/contact_details') diff --git a/main/src/ui/contact_details/muc_config_form_provider.vala b/main/src/ui/contact_details/muc_config_form_provider.vala index d4598265..8340740a 100644 --- a/main/src/ui/contact_details/muc_config_form_provider.vala +++ b/main/src/ui/contact_details/muc_config_form_provider.vala @@ -43,13 +43,13 @@ public class MucConfigFormProvider : Plugins.ContactDetailsProvider, Object { break; case "muc#roomconfig_persistentroom": label = _("Persistent"); - desc = _("The room will persist after the last occupant exits"); + desc = _("The room will persist after the last occupant leaves"); break; case "muc#roomconfig_publicroom": label = _("Publicly searchable"); break; case "muc#roomconfig_changesubject": - label = _("Occupants may change subject"); + label = _("Occupants may change the subject"); break; case "muc#roomconfig_whois": label = _("Discover real JIDs"); @@ -57,7 +57,7 @@ public class MucConfigFormProvider : Plugins.ContactDetailsProvider, Object { break; case "muc#roomconfig_roomsecret": label = _("Password"); - desc = _("Password required to enter the room. Leave empty for none"); + desc = _("Password required for room entry, if any"); break; case "muc#roomconfig_moderatedroom": label = _("Moderated"); @@ -69,7 +69,7 @@ public class MucConfigFormProvider : Plugins.ContactDetailsProvider, Object { break; case "muc#roomconfig_historylength": label = _("Message history"); - desc = _("Maximum number of history messages returned by the room"); + desc = _("Maximum amount of backlog issued by the room"); break; } } -- cgit v1.2.3-54-g00ecf