mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 17:54:11 +00:00
chore(edit) "Line number" -> "Enter line number"
This commit is contained in:
parent
9cecbdf47a
commit
4a3ccac73c
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
|
||||
this.goToLine = function() {
|
||||
var dialog = DOM.Dialog,
|
||||
msg = 'Line number:',
|
||||
msg = 'Enter line number:',
|
||||
cursor = Ace.selection.getCursor(),
|
||||
number = cursor.row + 1,
|
||||
line = dialog.prompt(msg, number);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue