From 0c77ff25564dc1ad24dc7fc51b8fda23630e509b Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 4 Jan 2017 16:28:23 -0800 Subject: [PATCH] Fix silly quotation bug --- interface/resources/qml/hifi/Pal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index 97b690cc55..d45145098d 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -442,7 +442,7 @@ Item { FiraSansSemiBold { id: adminPopupText text: 'Silencing a user mutes their microphone. Silenced users can unmute themselves by clicking the "MUTE" button on their HUD.\n\n' + - 'Banning a user will remove them from this domain and prevent them from returning. You can unban users from your domain's configuration page.' + "Banning a user will remove them from this domain and prevent them from returning. You can unban users from your domain's configuration page." size: hifi.fontSizes.textFieldInput color: hifi.colors.darkGray horizontalAlignment: Text.AlignHCenter