mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
fix: Remove double spaces in translation instructions. (#7704)
This commit is contained in:
@@ -172,7 +172,7 @@ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER = 'A variable named "%1" alr
|
||||
|
||||
// Variable deletion.
|
||||
/** @type {string} */
|
||||
/// confirm - Ask the user to confirm their deletion of multiple uses of a variable.
|
||||
/// confirm - Ask the user to confirm their deletion of multiple uses of a variable.
|
||||
Blockly.Msg.DELETE_VARIABLE_CONFIRMATION = 'Delete %1 uses of the "%2" variable?';
|
||||
/** @type {string} */
|
||||
/// alert - Tell the user that they can't delete a variable because it's part of the definition of a function.
|
||||
@@ -670,7 +670,7 @@ Blockly.Msg.MATH_ONLIST_OPERATOR_MEDIAN = 'median of list';
|
||||
/// tooltip - See [https://en.wikipedia.org/wiki/Median median https://en.wikipedia.org/wiki/Median median] for more information.
|
||||
Blockly.Msg.MATH_ONLIST_TOOLTIP_MEDIAN = 'Return the median number in the list.';
|
||||
/** @type {string} */
|
||||
/// dropdown - This finds the most common numbers ([https://en.wikipedia.org/wiki/Mode_(statistics) modes]) in a list. For example, the modes of the list {1, 3, 9, 3, 9} are {3, 9}.
|
||||
/// dropdown - This finds the most common numbers ([https://en.wikipedia.org/wiki/Mode_(statistics) modes]) in a list. For example, the modes of the list {1, 3, 9, 3, 9} are {3, 9}.
|
||||
Blockly.Msg.MATH_ONLIST_OPERATOR_MODE = 'modes of list';
|
||||
/** @type {string} */
|
||||
/// tooltip - See [https://en.wikipedia.org/wiki/Mode_(statistics) https://en.wikipedia.org/wiki/Mode_(statistics)] for more information.
|
||||
|
||||
Reference in New Issue
Block a user