Skip to content

Commit c982c6d

Browse files
committed
Needs Saving value swap order to match ice-coder.js
1 parent 330ec0d commit c982c6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lang/english.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250

251251
"ice-coder" =>
252252
array(
253+
"results" => "results",
253254
"No text selected..." => "No text selected to search on",
254255
"all files" => "all files",
255256
"all filenames" => "all filenames",
@@ -260,6 +261,7 @@
260261
"Opening File" => "Opening File",
261262
"Enter relative file..." => "Enter relative file path (prefixed with /) or remote URL\\nYou can enter \\n'/path/file:123' or \\n'/path/file(123)' or \\n'/path/file.ext line 123' \\nto go directly to particular line",
262263
"Getting" => "Getting",
264+
"Saving" => "Saving:",
263265
"Please enter the..." => "Please enter the new name for",
264266
"Renaming to" => "Renaming to",
265267
"Moving to" => "Moving to",
@@ -282,8 +284,7 @@
282284
"Error cannot find..." => "Error: cannot find/access the error file paths",
283285
"No new errors..." => "No new errors found",
284286
"You have made..." => "You have made changes. Are you sure you want to close without saving?",
285-
"Close all tabs" => "Close all tabs?",
286-
"results" => "results"
287+
"Close all tabs" => "Close all tabs?"
287288
),
288289

289290
"login" =>

0 commit comments

Comments
 (0)