Skip to content

Commit

Permalink
changed send to DBMS btn text('Download' to 'Export') #168 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 authored and hmiguim committed Sep 11, 2019
1 parent 1ac7dd3 commit 9bd7b3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void init() {
wizardContent.add(connection);
btnBack.setVisible(false);
btnNext.setEnabled(false);
btnNext.setText(messages.download());
btnNext.setText(messages.wizardSendToDBMSExportButton());
updateButtons();
updateBreadcrumb();

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/config/i18n/client/ClientMessages.java
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ public interface ClientMessages extends Messages {

String wizardSendToMetadataExportOptionsBreadcrumb();

String wizardSendToDBMSExportButton();

/*********************************************
* Send to: Export Format
********************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ wizardSendToExportFormatBreadcrumb=Migrate - Select Export Format
wizardSendToDBMSConnectionBreadcrumb=Migrate - DBMS Connection
wizardSendToSIARDExportOptionsBreadcrumb=Migrate - SIARD Export Options
wizardSendToMetadataExportOptionsBreadcrumb=Migrate - Metadata Export Options
wizardSendToDBMSExportButton=Export

#############################################################################
# Wizard Send To - Download Format #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ wizardSendToExportFormatBreadcrumb=Migração - Selecione o formato de migraçã
wizardSendToDBMSConnectionBreadcrumb=Migração - Ligação ao SGBD
wizardSendToSIARDExportOptionsBreadcrumb=Migração - Opções de Exportação do SIARD
wizardSendToMetadataExportOptionsBreadcrumb=Migração - Opções de Exportação dos Metadados
wizardSendToDBMSExportButton=Exportar

#############################################################################
# Wizard Send To - Download Format #
Expand Down

0 comments on commit 9bd7b3d

Please sign in to comment.