Corrected typo in overwrite alert.

This commit is contained in:
Humdinger 2014-01-01 18:37:26 +01:00
parent 047dc3356d
commit 080cf3be91

View File

@ -612,8 +612,8 @@ ScreenshotWindow::_SaveScreenshot()
if (entry.Exists()) {
BAlert* overwriteAlert = new BAlert(
B_TRANSLATE("overwrite"),
B_TRANSLATE("This file already exists.\n Are you sure would "
"you like to overwrite it?"),
B_TRANSLATE("This file already exists.\n Are you sure you would "
"like to overwrite it?"),
B_TRANSLATE("Cancel"),
B_TRANSLATE("Overwrite"),
NULL, B_WIDTH_AS_USUAL, B_EVEN_SPACING, B_WARNING_ALERT);