Skip to content

Commit c154f08

Browse files
committed
Improve English wording
1 parent c40b4cf commit c154f08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/lang/strings_english.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ $s_plugin_Source_view_threshold = 'View Threshold';
8585
$s_plugin_Source_update_threshold = 'Update Threshold';
8686
$s_plugin_Source_manage_threshold = 'Manage Threshold';
8787
$s_plugin_Source_username_threshold = 'Set Username Threshold';
88-
$s_plugin_Source_buglink_regex_1 = '<abbr title="Regular Expression">RegExp</abbr> for parsing links to issues (1)<br/><span class="small">It will be used for parsing string containing some issues i.e. "Issues #3, #87"</span>';
89-
$s_plugin_Source_buglink_regex_2 = '<abbr title="Regular Expression">RegExp</abbr> for parsing links to issues (2)<br/><span class="small">It will be applied to the result of expression 1 to extract exact issues ID (i.e. "3", "87")</span>';
90-
$s_plugin_Source_bugfix_regex_1 = '<abbr title="Regular Expression">RegExp</abbr> for parsing resolved issues (1)<br/><span class="small">It will be used for parsing string containing some resolved issues i.e. "Fixes #21 #35"</span>';
91-
$s_plugin_Source_bugfix_regex_2 = '<abbr title="Regular Expression">RegExp</abbr> for parsing resolved issues (2)<br/><span class="small">It will be applied to the result of expression 1 to extract exact issues ID (i.e. "21", "35")</span>';
88+
$s_plugin_Source_buglink_regex_1 = 'Issues references <abbr title="Regular Expression">RegEx</abbr> (Pass 1)<br><span class="small">This is used to parse commit messages to identify issues references, e.g. "Issues #3, #87"</span>';
89+
$s_plugin_Source_buglink_regex_2 = 'Issues references <abbr title="Regular Expression">RegEx</abbr> (Pass 2)<br><span class="small">This will extract the actual issues IDs (i.e. "3", "87") from the results of Pass 1</span>';
90+
$s_plugin_Source_bugfix_regex_1 = 'Resolved Issues references <abbr title="Regular Expression">RegEx</abbr> (Pass 1)<br><span class="small">This is used to parse commit messages to identify resolved issues references, e.g. "Fixes #21 #35"</span>';
91+
$s_plugin_Source_bugfix_regex_2 = 'Resolved Issues references <abbr title="Regular Expression">RegEx</abbr> (Pass 2)<br><span class="small">This will extract the actual issues IDs (i.e. "21", "35") from the results of Pass 1</span>';
9292
$s_plugin_Source_bugfix_status = 'Bug Fixed Status';
9393
$s_plugin_Source_bugfix_status_pvm = 'Bug Fixed Product Status';
9494
$s_plugin_Source_bugfix_status_off = '[Disabled]';

0 commit comments

Comments
 (0)