Skip to content

Commit

Permalink
rename col.lastvisit.label to col.lastvisitdate.label for locale/*/co…
Browse files Browse the repository at this point in the history
…mmands.dtd

fix bmt.sortCmd_visit_date.label problem
  • Loading branch information
wagle committed Feb 6, 2014
1 parent 5656c21 commit 73d63cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locale/de-DE/commands.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ places.dtd
<!ENTITY bmt.sortCmd_title.label "&col.name.label;">
<!ENTITY bmt.sortCmd_url.label "&col.url.label;">
<!ENTITY bmt.sortCmd_visit_count.label "&col.visitcount.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisit.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisitdate.label;">

<!ENTITY bmt.sortDirCmd_lexico_ascending.label "Alphabetisch - aufsteigend">
<!ENTITY bmt.sortDirCmd_lexico_descending.label "Alphabetisch - absteigend">
Expand Down
2 changes: 1 addition & 1 deletion locale/en-US/commands.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ places.dtd
<!ENTITY bmt.sortCmd_title.label "&col.name.label;">
<!ENTITY bmt.sortCmd_url.label "&col.url.label;">
<!ENTITY bmt.sortCmd_visit_count.label "&col.visitcount.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisit.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisitdate.label;">

<!ENTITY bmt.sortDirCmd_lexico_ascending.label "A to Z">
<!ENTITY bmt.sortDirCmd_lexico_descending.label "Z to A">
Expand Down
2 changes: 1 addition & 1 deletion locale/sv-SE/commands.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ places.dtd
<!ENTITY bmt.sortCmd_title.label "&col.name.label;">
<!ENTITY bmt.sortCmd_url.label "&col.url.label;">
<!ENTITY bmt.sortCmd_visit_count.label "&col.visitcount.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisit.label;">
<!ENTITY bmt.sortCmd_visit_date.label "&col.lastvisitdate.label;">

<!ENTITY bmt.sortDirCmd_lexico_ascending.label "A till Ö">
<!ENTITY bmt.sortDirCmd_lexico_descending.label "Ö till A">
Expand Down

0 comments on commit 73d63cb

Please sign in to comment.