gui: Wording of auto upgrade selections

This commit is contained in:
Jakob Borg 2017-01-30 22:32:29 +01:00
parent 1c9361a818
commit 20f8b4fd57
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,6 @@
"Be careful!": "Be careful!",
"Bugs": "Bugs",
"CPU Utilization": "CPU Utilization",
"Candidate releases": "Candidate releases",
"Changelog": "Changelog",
"Clean out after": "Clean out after",
"Close": "Close",
@ -184,6 +183,7 @@
"Single level wildcard (matches within a directory only)": "Single level wildcard (matches within a directory only)",
"Smallest First": "Smallest First",
"Source Code": "Source Code",
"Stable releases and release candidates": "Stable releases and release candidates",
"Stable releases only": "Stable releases only",
"Staggered File Versioning": "Staggered File Versioning",
"Start Browser": "Start Browser",

View File

@ -112,7 +112,7 @@
<select class="form-control" ng-model="tmpOptions.upgrades">
<option value="none" translate>No upgrades</option>
<option value="stable" translate>Stable releases only</option>
<option value="candidate" translate>Candidate releases</option>
<option value="candidate" translate>Stable releases and release candidates</option>
</select>
</div>