Remove ellipsis from the text for the Patch Notes button.
Ellipses on buttons/menu items typically means "pressing this will not invoke an action directly because more information/customization is needed". For example the ubiquitous "Print..." displays a printing dialog, it doesn't actually start printing.
This commit is contained in:
@@ -44,7 +44,7 @@ m.validating = Validating
|
||||
m.patching = Patching
|
||||
m.launching = Launching
|
||||
|
||||
m.patch_notes = Patch Notes...
|
||||
m.patch_notes = Patch Notes
|
||||
|
||||
m.complete = {0}% complete
|
||||
m.remain = {0} remaining
|
||||
|
||||
Reference in New Issue
Block a user