mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a couple of typos in file chooser messages.
This commit is contained in:
parent
aec7f60146
commit
fd5df871ed
2 changed files with 2 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ void FileChooserDialogBox::okButtonPressed()
|
|||
{
|
||||
AlertWindow::showOkCancelBox (AlertWindow::WarningIcon,
|
||||
TRANS("File already exists"),
|
||||
TRANS("There's already a file called: FLMN")
|
||||
TRANS("There's already a file called: FLNM")
|
||||
.replace ("FLNM", content->chooserComponent.getSelectedFile(0).getFullPathName())
|
||||
+ "\n\n"
|
||||
+ TRANS("Are you sure you want to overwrite it?"),
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ static bool askToOverwriteFile (const File& newFile)
|
|||
{
|
||||
return AlertWindow::showOkCancelBox (AlertWindow::WarningIcon,
|
||||
TRANS("File already exists"),
|
||||
TRANS("There's already a file called: FLMN")
|
||||
TRANS("There's already a file called: FLNM")
|
||||
.replace ("FLNM", newFile.getFullPathName())
|
||||
+ "\n\n"
|
||||
+ TRANS("Are you sure you want to overwrite it?"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue