Skip to content

Commit

Permalink
b8 - fix bad senderFmtToken in pt-PT locale #398
Browse files Browse the repository at this point in the history
  • Loading branch information
cleidigh committed Mar 30, 2023
1 parent 381237d commit 42fbd1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "ImportExportTools NG",
"name": "import-export-tools-ng",
"version": "12.0.3-b7",
"version": "12.0.3-b8",
"description": "Import and export next-gen tools for messages and folders",
"author": "Christopher Leidigh",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/locale/pt-PT/mboximport/mboximport.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ noPDFnoPrinter=Nenhuma impressora parece instalada nesta máquina. Este recurso

subjectFmtToken=${assunto}
senderFmtToken=${remetente}
destinatárioFmtToken=${destinatário}
recipientFmtToken=${destinatário}
senderEmailFmtToken=${remetente_email}
recipientEmailFmtToken=${destinatário_email}
smartNameFmtToken=${nome_inteligente}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "12.0.3-b7",
"version": "12.0.3-b8",
"description": "__MSG_extensionDescription__",
"author": "Christopher Leidigh",
"applications": {
Expand Down
Binary file added xpi/import-export-tools-ng-12.0.3-b8-tb.xpi
Binary file not shown.

0 comments on commit 42fbd1b

Please sign in to comment.