Skip to content

Commit

Permalink
l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
calixtus committed Feb 23, 2020
1 parent dcdef68 commit 16409e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public AttachFileAction(BasePanel panel, DialogService dialogService, StateManag
@Override
public void execute() {
if (stateManager.getActiveDatabase().isEmpty()) {
dialogService.notify(Localization.lang("This operation requires exactly an open library."));
dialogService.notify(Localization.lang("This operation requires an open library."));
return;
}

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,7 @@ Reset\ All=Reset All
Column\ type\ %0\ is\ unknown.=Column type %0 is unknown.
Linked\ identifiers=Linked identifiers
Special\ field\ type\ %0\ is\ unknown.\ Using\ normal\ column\ type.=Special field type %0 is unknown. Using normal column type.
insert\ entries=insert entries
In\ JabRef=In JabRef
On\ disk=On disk
Expand Down Expand Up @@ -2087,7 +2088,7 @@ Hierarchical\ keyword\ delimiter=Hierarchical keyword delimiter
Escape\ ampersands=Escape ampersands
Copied\ '%0'\ to\ clipboard.=Copied '%0' to clipboard.
This\ operation\ requires\ exactly\ an\ open\ library.=This operation requires exactly an open library.
This\ operation\ requires\ an\ open\ library.=This operation requires an open library.
Plain\ References\ Parser=Plain References Parser
Please\ enter\ the\ plain\ references\ to\ extract\ from\ separated\ by\ double\ empty\ lines.=Please enter the plain references to extract from separated by double empty lines.
Expand Down

0 comments on commit 16409e3

Please sign in to comment.