1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some typos.

This commit is contained in:
tpoole 2016-09-06 18:41:12 +01:00
parent d73f776370
commit 16525c0a6f

View file

@ -282,8 +282,8 @@ void MainWindow::activeWindowStatusChanged()
if (p->hasProjectBeenModified())
{
const int r = AlertWindow::showOkCancelBox (AlertWindow::QuestionIcon,
TRANS (".jucer file has been modified since last save."),
TRANS ("Do you want to keep current project or re-load from disk?"),
TRANS ("The .jucer file has been modified since the last save."),
TRANS ("Do you want to keep the current project or re-load from disk?"),
TRANS ("Keep"),
TRANS ("Re-load from disk"));