File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 */
520520ui_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 */
523526ui_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 */
589592ui_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 */
592598ui_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 */
17411747ui_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" ;
You can’t perform that action at this time.
0 commit comments