From e55f69faf9feee4a8d2d6f0f1d03038f9f1b97a1 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Wed, 26 Dec 2012 11:07:39 +0100 Subject: [PATCH] Use "Revert" instead of "OK" as button label. --- src/apps/stylededit/StyledEditWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/stylededit/StyledEditWindow.cpp b/src/apps/stylededit/StyledEditWindow.cpp index ab8fc6201f..0dfd0c9ea0 100644 --- a/src/apps/stylededit/StyledEditWindow.cpp +++ b/src/apps/stylededit/StyledEditWindow.cpp @@ -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; }