Skip to content

Commit 4c3fda5

Browse files
author
Chris K
committed
UI string fixes.
1 parent 4d72e14 commit 4c3fda5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
window.ui_strings || ( window.ui_strings = {} );
2-
window.ui_strings.lang_code = "en";
3-
4-
/**
5-
* Capitalization guidelines:
6-
* http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en#layout-capitalization
7-
*
8-
* Prefix -> use mapping for strings:
9-
* Prefix Use
10-
* D Dialog titles and components
11-
* S General strings
12-
* M Menus
13-
*/
14-
1+
window.ui_strings || ( window.ui_strings = {} );
2+
window.ui_strings.lang_code = "en";
3+
4+
/**
5+
* Capitalization guidelines:
6+
* http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en#layout-capitalization
7+
*
8+
* Prefix -> use mapping for strings:
9+
* Prefix Use
10+
* D Dialog titles and components
11+
* S General strings
12+
* M Menus
13+
*/
14+
1515
/* DESC: Confirm dialog text for asking if the user wants to redo the search because the context has changed. */
1616
ui_strings.D_REDO_SEARCH = "The searched document no longer exists.\nRepeat search in the current document?";
1717

@@ -286,7 +286,7 @@ ui_strings.M_VIEW_LABEL_EVENT_LISTENERS = "Listeners";
286286
ui_strings.M_VIEW_LABEL_EVENT_LISTENERS_ALL = "All";
287287

288288
/* DESC: View with the event listeners of the selected node. */
289-
ui_strings.M_VIEW_LABEL_EVENT_LISTENERS_SELECTED_NODE = "Selected node";
289+
ui_strings.M_VIEW_LABEL_EVENT_LISTENERS_SELECTED_NODE = "Selected Node";
290290

291291
/* DESC: Heading for Export button, accessed by clicking the subhead DOM view button. */
292292
ui_strings.M_VIEW_LABEL_EXPORT = "Export";
@@ -418,7 +418,7 @@ ui_strings.M_VIEW_SUB_LABEL_PARENT_OFFSETS = "Parent Offsets";
418418
ui_strings.S_ANONYMOUS_FUNCTION_NAME = "<anonymous function>";
419419

420420
/* DESC: Info in a tooltip that the according listener was set as attribute. */
421-
ui_strings.S_ATTRIBUTE_LISTENER = "attribute listener";
421+
ui_strings.S_ATTRIBUTE_LISTENER = "Attribute listener";
422422

423423
/* DESC: Generic label for a cancel button */
424424
ui_strings.S_BUTTON_CANCEL = "Cancel";
@@ -682,7 +682,7 @@ ui_strings.S_EVENT_LISTENER_ADDED_IN = "added in %s";
682682
ui_strings.S_EVENT_LISTENER_SET_AS_MARKUP_ATTR = "set as markup attribute";
683683

684684
/* DESC: Info in a tooltip that the according listener was set by the event target interface. */
685-
ui_strings.S_EVENT_TARGET_LISTENER = "event target listener";
685+
ui_strings.S_EVENT_TARGET_LISTENER = "Event target listener";
686686

687687
/* DESC: Event type for events in the profiler */
688688
ui_strings.S_EVENT_TYPE_CSS_PARSING = "CSS parsing";
@@ -916,7 +916,7 @@ ui_strings.S_INFO_INVERT_ELEMENT_HIGHLIGHT = "The element highlight color can be
916916
ui_strings.S_INFO_IS_SEARCHING = "Searching…";
917917

918918
/* DESC: Info in an event listener tooltip that the according source file is missing. */
919-
ui_strings.S_INFO_MISSING_JS_SOURCE_FILE = "<missing JavaScript source file>";
919+
ui_strings.S_INFO_MISSING_JS_SOURCE_FILE = "(Missing source file)";
920920

921921
/* DESC: Info text in the network view when a page starts to load while screen updats are paused */
922922
ui_strings.S_INFO_NETWORK_UPDATES_PAUSED = "Updating of network log is paused.";

0 commit comments

Comments
 (0)