Skip to content

Commit

Permalink
Correct case in GUI string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Humdinger committed Dec 26, 2012
1 parent bc1ec2e commit c6cd8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/debug/DebugServer.cpp
Expand Up @@ -715,7 +715,7 @@ TeamDebugHandler::_HandleMessage(DebugMessage *message)
#ifdef HANDOVER_USE_DEBUGGER
BAlert *alert = new BAlert(NULL, buffer.String(),
B_TRANSLATE("Terminate"), B_TRANSLATE("Debug"),
B_TRANSLATE("Save Report"), B_WIDTH_AS_USUAL, B_WARNING_ALERT);
B_TRANSLATE("Save report"), B_WIDTH_AS_USUAL, B_WARNING_ALERT);
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
debugAction = alert->Go();
_NotifyRegistrar(fTeam, false, debugAction != kActionKillTeam);
Expand Down

0 comments on commit c6cd8df

Please sign in to comment.