Skip to content

Commit e9af9e0

Browse files
author
Chris K
committed
Run cleanrepo.
1 parent d9d1b27 commit e9af9e0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,9 @@ ui_strings.S_BUTTON_LEAVE_ADVANCED_SEARCH_TOOLTIP = "Show search bar";
519519
/* DESC: Button label to show window for loading a PO file */
520520
ui_strings.S_BUTTON_LOAD_PO_FILE = "Load PO file";
521521

522+
/* DESC: Generic label for a no button */
523+
ui_strings.S_BUTTON_NO = "No";
524+
522525
/* DESC: Generic label for an OK button */
523526
ui_strings.S_BUTTON_OK = "OK";
524527

@@ -588,6 +591,9 @@ ui_strings.S_BUTTON_TOGGLE_SETTINGS = "Settings";
588591
/* DESC: Button label to update the screenshot */
589592
ui_strings.S_BUTTON_UPDATE_SCREESHOT = "Update screenshot";
590593

594+
/* DESC: Generic label for a yes button */
595+
ui_strings.S_BUTTON_YES = "Yes";
596+
591597
/* DESC: Unit string for bytes */
592598
ui_strings.S_BYTES_UNIT = "bytes";
593599

@@ -1740,8 +1746,3 @@ ui_strings.S_TOGGLE_PAUSED_UPDATING_NETWORK_VIEW = "Pause updating network activ
17401746
/* DESC: String shown instead of filename when file name is missing */
17411747
ui_strings.S_UNKNOWN_SCRIPT = "(Unknown script)";
17421748

1743-
/* DESC: Generic label for a yes button */
1744-
ui_strings.S_BUTTON_YES = "Yes";
1745-
1746-
/* DESC: Generic label for a no button */
1747-
ui_strings.S_BUTTON_NO = "No";

0 commit comments

Comments
 (0)