HaikuDepot: remove double space after period in UI string

Change-Id: If5e63499c5fe7894294319c31c15e6ef133553d9
This commit is contained in:
Niels Sascha Reedijk 2021-04-17 08:31:19 +01:00
parent f6c0f9307f
commit f706ac5bd5

View File

@ -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"));