Skip to content

Commit

Permalink
Merge pull request #19 from DiSiqueira/fix-music
Browse files Browse the repository at this point in the history
fix music in pt language
  • Loading branch information
disiqueira committed Jan 5, 2017
2 parents 1525737 + c024e3f commit 0c3486a
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 0c3486a

Please sign in to comment.