Commit bf9c0b1e authored by Dan Jensen's avatar Dan Jensen Committed by Miguel Rincon

Improve explanation for Advanced Project settings

On the Project General Settings page, the Advanced section had
explanation text that included a deprecated term: remove. This
replaces that term with delete.

This also re-orders the terms to match the order of the elements on
the page, so the page contents are more predictable.

Changelog: changed
parent 1d59f896
......@@ -62,7 +62,7 @@
.settings-header
%h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only= _('Advanced')
%button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }= expanded ? _('Collapse') : _('Expand')
%p= _('Housekeeping, export, path, transfer, remove, archive.')
%p= s_('ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete.')
.settings-content
.sub-section
......
......@@ -17751,9 +17751,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
msgid "Housekeeping, export, path, transfer, remove, archive."
msgstr ""
msgid "How do I configure Akismet?"
msgstr ""
......@@ -28057,6 +28054,9 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
msgstr ""
msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment