From 07846864506642cc150f9374f2801c523459881e Mon Sep 17 00:00:00 2001 From: Liv Date: Wed, 9 Aug 2017 10:17:31 -0700 Subject: [PATCH] small typo fix --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 8a0856348a..0f0ab9362d 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -6130,7 +6130,7 @@ bool Application::askToReplaceDomainContent(const QString& url) { // Create a confirmation dialog when this call is made const int MAX_CHARACTERS_PER_LINE = 90; static const QString infoText = simpleWordWrap("Your domain's content will be replaced with a new content set. " - "If you want to save what you have now, create a backup bfore proceeding.For more information about backing up " + "If you want to save what you have now, create a backup before proceeding. For more information about backing up " "and restoring content, visit the documentation page at .", MAX_CHARACTERS_PER_LINE); bool agreeToReplaceContent = false; // assume false