Skip to content

Commit

Permalink
Fix empty lines and duplicate lang key
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 3, 2016
1 parent c2e1bd3 commit 0eb3ce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class BibDatabaseContext {
private DBMSSynchronizer dbmsSynchronizer;
private DatabaseLocation location;


public BibDatabaseContext() {
this(new Defaults());
}
Expand Down Expand Up @@ -198,7 +197,7 @@ public List<String> getFileDirectories(String fieldName, FileDirectoryPreference
fileDirs.add(parentDir);
}
});
return fileDirs;
return fileDirs;
}

private String getFileDirectoryPath(String directoryName) {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/l10n/JabRef_it.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2303,10 +2303,9 @@ Firstname_Lastname=Nome_Cognome
Recommended_for_%0=Raccomandato_per_%0
This_might_be_caused_by_reaching_the_traffic_limitation_of_Google_Scholar_(see_'Help'_for_details).=Questo_può_essere_dovuto_al_raggiungimento_del_limite_di_traffico_di_Google_Scholar_(vedi_'Aiuto'_per_i_dettagli).

Problem_downloading_from_%1=
Problem_downloading_from_%1=Problema_scaricando_da_%1

File_directory_pattern=
Problem_downloading_from_%1=Problema_scaricando_da_%1
Update_with_bibliographic_information_from_the_web=

Could_not_find_any_bibliographic_information.=
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/l10n/JabRef_tr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2303,10 +2303,9 @@ Firstname_Lastname=Ad_Soyad
Recommended_for_%0=%0_için_önerilir
This_might_be_caused_by_reaching_the_traffic_limitation_of_Google_Scholar_(see_'Help'_for_details).=Bu,_Google_Scholar'ın_trafik_limitine_erişmekten_dolayı_olabilir_(ayrıntılar_için_'Yardım'a_bakınız).

Problem_downloading_from_%1=
Problem_downloading_from_%1=%1'den_indirmede_hata

File_directory_pattern=
Problem_downloading_from_%1=%1'den_indirmede_hata
Update_with_bibliographic_information_from_the_web=

Could_not_find_any_bibliographic_information.=
Expand Down

0 comments on commit 0eb3ce0

Please sign in to comment.