From f706ac5bd589880c54c357552f1ea1cdf5458b3d Mon Sep 17 00:00:00 2001 From: Niels Sascha Reedijk Date: Sat, 17 Apr 2021 08:31:19 +0100 Subject: [PATCH] HaikuDepot: remove double space after period in UI string Change-Id: If5e63499c5fe7894294319c31c15e6ef133553d9 --- src/apps/haikudepot/ui/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/haikudepot/ui/MainWindow.cpp b/src/apps/haikudepot/ui/MainWindow.cpp index 957504f645..a2223cd81b 100644 --- a/src/apps/haikudepot/ui/MainWindow.cpp +++ b/src/apps/haikudepot/ui/MainWindow.cpp @@ -811,7 +811,7 @@ MainWindow::_PromptCanShareAnonymousUserData() BAlert* alert = new(std::nothrow) BAlert( B_TRANSLATE("Sending anonymous usage data"), B_TRANSLATE("Would it be acceptable to send anonymous usage data to the" - " HaikuDepotServer system from this computer? You can change your" + " HaikuDepotServer system from this computer? You can change your" " preference in the \"Settings\" window later."), B_TRANSLATE("No"), B_TRANSLATE("Yes"));