Skip to content

Commit 15039ce

Browse files
author
Daniel Herzog
committed
Ran cleanrepo
1 parent ce9aba2 commit 15039ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/network/network_service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict";
1+
"use strict";
22

33
cls.NetworkLoggerService = function()
44
{

src/ui-strings/ui_strings-en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,9 +1266,6 @@ ui_strings.S_NETWORK_N_BYTE_BODY = "Request body of %s bytes";
12661266
/* DESC: Name of networks raw-view setting, shows requests and responses raw instead of parsed */
12671267
ui_strings.S_NETWORK_RAW_VIEW_LABEL = "Show raw requests and responses";
12681268

1269-
/* DESC: Name of networks wrap-lines setting */
1270-
ui_strings.S_NETWORK_WRAP_LINES_LABEL = "Wrap long lines";
1271-
12721269
/* DESC: Name of entry in Network Log, used in summary at the end */
12731270
ui_strings.S_NETWORK_REQUEST = "Request";
12741271

@@ -1302,6 +1299,9 @@ ui_strings.S_NETWORK_SERVED_FROM_CACHE = "No request made. All data was retrieve
13021299
/* DESC: Unknown mime type for content */
13031300
ui_strings.S_NETWORK_UNKNOWN_MIME_TYPE = "MIME type not known for request data";
13041301

1302+
/* DESC: Name of networks wrap-lines setting */
1303+
ui_strings.S_NETWORK_WRAP_LINES_LABEL = "Wrap long lines";
1304+
13051305
/* DESC: The string "None" used wherever there's an absence of something */
13061306
ui_strings.S_NONE = "None";
13071307

0 commit comments

Comments
 (0)