Skip to content

Commit c40b4cf

Browse files
okainovdregad
authored andcommitted
Improve English labels for buglink RegExes
The purpose of those regular expressions was really unclear and lacked documentation. The German translation was actually better than the original English one, including a better description with explanation and example. Signed-off-by: Damien Regad <[email protected]> Original commit message reworded.
1 parent 7ee510b commit c40b4cf

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 = 'Bug Link Regex Pass 1';
89-
$s_plugin_Source_buglink_regex_2 = 'Bug Link Regex Pass 2';
90-
$s_plugin_Source_bugfix_regex_1 = 'Bug Fixed Regex Pass 1';
91-
$s_plugin_Source_bugfix_regex_2 = 'Bug Fixed Regex Pass 2';
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>';
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)