Skip to content

Commit e490ef8

Browse files
author
p01
committed
Improved String descriptions
1 parent 5e8f202 commit e490ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ ui_strings.S_RESOURCE_ALL_TABLE_UNKNOWN_GROUP = "Unknown";
14461446
/* DESC: Click reload button to fetch resources */
14471447
ui_strings.S_RESOURCE_CLICK_BUTTON_TO_FETCH_RESOURCES = "Click the reload button above to reload the debugged window and fetch its resources";
14481448

1449-
/* DESC: Encoding of the resource */
1449+
/* DESC: Encoding of the resource. When available, we display the encoding ( e.g. UTF-8, ISO-8859-1, ... ) of a resource of a document ( web page ) when the user checks the details about this resource. */
14501450
ui_strings.S_RESOURCE_ENCODING = "encoded in %s";
14511451

14521452
/* DESC: Formatting the resource */
@@ -1464,7 +1464,7 @@ ui_strings.S_RESOURCE_NO_RESOURCE_SELECTED = "No resource selected.";
14641464
/* DESC: Display the mime type sent by the server and the mime type guessed by Opera/Dragonfly if there was any ambiguity */
14651465
ui_strings.S_RESOURCE_SENT_AND_GUESSED_TYPE = "%(SENT)s treated as %(GUESSED)s";
14661466

1467-
/* DESC: Vector graphic ( used for SVG images. Otherwise we show the intrinsic dimension of the image ) */
1467+
/* DESC: Vector graphic. Used to describe vector graphics ( as opposed to bitmap graphics where we show the intrinsic dimension ) when the user checks the detail view of a graphic resource of a document ( web page ). */
14681468
ui_strings.S_RESOURCE_VECTOR_GRAPHIC = "vector graphic";
14691469

14701470
/* DESC: Tooltip displayed when hovering the arrow going back in Return Values. The first variable is a file name, the second a line number */

0 commit comments

Comments
 (0)