Skip to content

Commit 06b12ef

Browse files
author
Chris K
committed
Fixed BOM.
1 parent cf25fd3 commit 06b12ef

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 14 additions & 14 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

0 commit comments

Comments
 (0)