K 10 svn:author V 8 sveinung K 8 svn:date V 27 2015-08-06T13:02:04.558917Z K 7 svn:log V 594 Tolerate a missing action when preparing UI name The Qt client will try to name menu items before the ruleset has sent the names of the actions. Tolerate this behavior to make it easier to use action UI names in the Qt client's menus. When the ruleset definition is missing a UI name is constructed based on the action's rule name. It includes a warning that the UI name may be wrong. The warning lets the player know that this may be the action the ruleset documentation mentioned using a different name. It also makes the fact that the UI name wasn't used easier to detect. See patch #6180 END