mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Routine recompile.
This commit is contained in:
@@ -977,7 +977,7 @@ Blockly.Msg.LISTS_GET_SUBLIST_TOOLTIP = 'Creates a copy of the specified portion
|
||||
|
||||
/// url - Information describing sorting a list.
|
||||
Blockly.Msg.LISTS_SORT_HELPURL = 'https://github.com/google/blockly/wiki/Lists#sorting-a-list';
|
||||
/// Sort as type %1 (numeric or alphabetic) in order %2 (ascending or descending) a list of items %3.
|
||||
/// Sort as type %1 (numeric or alphabetic) in order %2 (ascending or descending) a list of items %3.\n{{Identical|Sort}}
|
||||
Blockly.Msg.LISTS_SORT_TITLE = 'sort %1 %2 %3';
|
||||
/// tooltip - See [https://github.com/google/blockly/wiki/Lists#sorting-a-list].
|
||||
Blockly.Msg.LISTS_SORT_TOOLTIP = 'Sort a copy of a list.';
|
||||
|
||||
Reference in New Issue
Block a user