mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 22:40:53 +03:00
fixed typos and grammar
This commit is contained in:
@@ -217,7 +217,7 @@ class FlatFindReplaceBar
|
||||
context.setReplaceWith( replaceField.getText() );
|
||||
|
||||
// make sure that search wrap is disabled because otherwise it is easy
|
||||
// to have endeless loop when replacing e.g. "a" with "aa"
|
||||
// to have endless loop when replacing e.g. "a" with "aa"
|
||||
boolean oldSearchWrap = context.getSearchWrap();
|
||||
context.setSearchWrap( false );
|
||||
|
||||
|
||||
@@ -401,7 +401,7 @@ class FlatThemeFileEditor
|
||||
if( !themesDir.isDirectory() )
|
||||
return propertiesFiles;
|
||||
|
||||
// get files from "themes" sub-directory
|
||||
// get files from "themes" subdirectory
|
||||
File[] themesFiles = getPropertiesFiles( themesDir );
|
||||
File[] allFiles = new File[propertiesFiles.length + themesFiles.length];
|
||||
System.arraycopy( propertiesFiles, 0, allFiles, 0, propertiesFiles.length );
|
||||
|
||||
Reference in New Issue
Block a user