Skip to content

Commit

Permalink
fix button translation
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Nov 4, 2016
1 parent 334bc30 commit 466f911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/client/components/TOC/fragments/settings/WMSStyle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const WMSStyle = React.createClass({
<br />
{this.renderLegend()}
{this.renderError()}
<Button bsStyle="primary" style={{"float": "right"}} onClick={() => this.props.retrieveLayerData(this.props.element)}><Glyphicon glyph="refresh" />Refresh Styles List</Button>
<Button bsStyle="primary" style={{"float": "right"}} onClick={() => this.props.retrieveLayerData(this.props.element)}><Glyphicon glyph="refresh" /><Message msgId="layerProperties.stylesRefreshList" /></Button>
<br />
</form>);
},
Expand Down
2 changes: 1 addition & 1 deletion web/client/translations/data.fr-FR
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"style": "Style",
"styleCustom": "Utilisez un style nommé \"{value} \"",
"styleListLoadError": "Une erreur s'est produite lors du chargement de la liste de styles",
"stylesRefreshList": "Refresh Styles List",
"stylesRefreshList": "Actualiser la liste des styles",
"format": "Format",
"delete": "Effacer",
"deleteLayer":"Supprimer le calque",
Expand Down

0 comments on commit 466f911

Please sign in to comment.