Skip to content

Commit

Permalink
Fix modifier. Fix conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
obraliar committed Sep 2, 2016
1 parent a63c857 commit 2ec2e0d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

public class OpenSharedDatabaseDialog extends JDialog {

protected static final Log LOGGER = LogFactory.getLog(OpenSharedDatabaseDialog.class);
private static final Log LOGGER = LogFactory.getLog(OpenSharedDatabaseDialog.class);

private final JabRefFrame frame;

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/l10n/JabRef_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,5 @@ Look_up_full_text_documents=
You_are_about_to_look_up_full_text_documents_for_%0_entries.=

last_four_nonpunctuation_characters_should_be_numerals=
Click_here_to_learn_about_the_migration_of_pre-3.6_databases.=

Remember_password?=
1 change: 0 additions & 1 deletion src/main/resources/l10n/JabRef_sv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1637,5 +1637,4 @@ Look_up_full_text_documents=
You_are_about_to_look_up_full_text_documents_for_%0_entries.=

last_four_nonpunctuation_characters_should_be_numerals=
Connecting...=
Remember_password?=
4 changes: 0 additions & 4 deletions src/main/resources/l10n/JabRef_tr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1710,8 +1710,4 @@ Look_up_full_text_documents=Tam_netin_belgeri_ara
You_are_about_to_look_up_full_text_documents_for_%0_entries.=%0_adet_girdi_için_tam_metin_belgeleri_aramak_üzeresiniz.

last_four_nonpunctuation_characters_should_be_numerals=
Finished_downloading_full_text_document_for_entry_%0.=
Full_text_document_download_failed_for_entry_%0.=
Look_up_full_text_documents=
You_are_about_to_look_up_full_text_documents_for_%0_entries.=
Remember_password?=

0 comments on commit 2ec2e0d

Please sign in to comment.