File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- "use strict" ;
1+ "use strict" ;
22
33cls . NetworkLoggerService = function ( )
44{
Original file line number Diff line number Diff 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 */
12671267ui_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 */
12731270ui_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 */
13031300ui_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 */
13061306ui_strings . S_NONE = "None" ;
13071307
You can’t perform that action at this time.
0 commit comments