diff --git a/bauh/view/qt/gem_selector.py b/bauh/view/qt/gem_selector.py index 54cced57..6dda234e 100644 --- a/bauh/view/qt/gem_selector.py +++ b/bauh/view/qt/gem_selector.py @@ -32,7 +32,7 @@ class GemSelectorPanel(QWidget): self.bt_proceed.setStyleSheet(css.OK_BUTTON) self.bt_proceed.clicked.connect(self.save) - self.bt_exit = QPushButton(i18n['exit'].capitalize()) + self.bt_exit = QPushButton(i18n['close'].capitalize()) self.bt_exit.clicked.connect(self.exit) self.gem_map = {} diff --git a/bauh/view/resources/locale/en b/bauh/view/resources/locale/en index 9e34ffbe..fa38c609 100644 --- a/bauh/view/resources/locale/en +++ b/bauh/view/resources/locale/en @@ -146,4 +146,5 @@ screenshots,download.running=downloading image screenshots.download.no_content=No content to display screenshots.download.no_response=Image not found continue=continue -stable=stable \ No newline at end of file +stable=stable +close=close \ No newline at end of file diff --git a/bauh/view/resources/locale/es b/bauh/view/resources/locale/es index 2474c832..0b63510d 100644 --- a/bauh/view/resources/locale/es +++ b/bauh/view/resources/locale/es @@ -191,3 +191,4 @@ screenshots.download.no_content=No hay contenido para mostrar screenshots.download.no_response=No se encontró la imagen continue=continuar stable=estable +close=cerrar diff --git a/bauh/view/resources/locale/pt b/bauh/view/resources/locale/pt index eeb3c40e..71399ae7 100644 --- a/bauh/view/resources/locale/pt +++ b/bauh/view/resources/locale/pt @@ -193,4 +193,5 @@ screenshots,download.running=baixando imagem screenshots.download.no_content=Sem conteúdo para exibir screenshots.download.no_response=Imagem não encontrada continue=continuar -stable=estável \ No newline at end of file +stable=estável +close=fechar \ No newline at end of file