diff --git a/src/main/java/envoy/client/ui/settings/NewThemeScreen.java b/src/main/java/envoy/client/ui/settings/NewThemeScreen.java index e3c9301..3e259e4 100644 --- a/src/main/java/envoy/client/ui/settings/NewThemeScreen.java +++ b/src/main/java/envoy/client/ui/settings/NewThemeScreen.java @@ -41,7 +41,7 @@ public class NewThemeScreen extends JDialog { /** * Creates a window, where you can choose a name for a new {@link Theme}.
* There are two versions of this Window. The first one is responsible for - * choosing the name, the second one appears, the the name already exists. + * choosing the name, the second one appears, if the name already exists. * * @param parent the dialog is launched with its location relative to this {@link SettingsScreen} * @param newThemeAction is executed when a new theme name is entered