Skip to content

Commit

Permalink
Fixing the Strings interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Apr 13, 2023
1 parent d6e0a8e commit 3cf5d29
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/main/java/org/luwrain/app/message/Strings.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2012-2022 Michael Pozhidaev <[email protected]>
Copyright 2012-2023 Michael Pozhidaev <[email protected]>
This file is part of LUWRAIN.
Expand All @@ -16,11 +16,10 @@

package org.luwrain.app.message;

import java.io.File;

public interface Strings
{
static final String NAME = "luwrain.message";
static public final String
NAME = "luwrain.message";

String actionAttachFile();
String actionChooseCc();
Expand All @@ -31,8 +30,6 @@ public interface Strings
String appName();
String attachmentPopupName();
String attachmentPopupPrefix();
// String attachment(String f);

String closeModifiedPopupName();
String closeModifiedPopupText();
}

0 comments on commit 3cf5d29

Please sign in to comment.