Skip to content

Commit

Permalink
fix music in pt language
Browse files Browse the repository at this point in the history
  • Loading branch information
d6o committed Jan 5, 2017
1 parent 1525737 commit c024e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaultdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func langVars() map[string]string {

switch language {
case "pt":
lang["musics"] = "Musicas"
lang["music"] = "Musicas"
lang["videos"] = "Videos"
lang["pictures"] = "Imagens"
lang["archives"] = "Arquivos"
Expand Down

0 comments on commit c024e3f

Please sign in to comment.