aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/unified_window.vala
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-11-23 17:07:19 +0100
committerfiaxh <fiaxh@users.noreply.github.com>2017-11-23 17:07:19 +0100
commite0eba9a1ea4e4592d63d4fa851c3e5a98a8e9078 (patch)
tree25412e3a24d648f1f43e1a249fb531691dec9caf /main/src/ui/unified_window.vala
parent64774241e587eab64b10a0c35dd455f6a2288a55 (diff)
downloaddino-e0eba9a1ea4e4592d63d4fa851c3e5a98a8e9078.tar.gz
dino-e0eba9a1ea4e4592d63d4fa851c3e5a98a8e9078.zip
Reword some strings (#215)
* 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
Diffstat (limited to 'main/src/ui/unified_window.vala')
-rw-r--r--main/src/ui/unified_window.vala4
1 files changed, 2 insertions, 2 deletions
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;