Use "Revert" instead of "OK" as button label.

This commit is contained in:
Humdinger
2012-12-26 11:07:39 +01:00
parent c6cd8df773
commit e55f69faf9
+1 -1
View File
@@ -1515,7 +1515,7 @@ StyledEditWindow::_ReloadDocument(BMessage* message)
bs_printf(&alertText,
B_TRANSLATE("\"%s\" has unsaved changes.\n"
"Revert it to the last saved version? "), Title());
if (_ShowAlert(alertText, B_TRANSLATE("Cancel"), B_TRANSLATE("OK"),
if (_ShowAlert(alertText, B_TRANSLATE("Cancel"), B_TRANSLATE("Revert"),
"", B_WARNING_ALERT) != 1)
return;
}