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:
parent
d73f776370
commit
16525c0a6f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue