From 0a6a46898adb59d1196f0adbb0d96a45805ec91b Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 8 Mar 2012 22:05:30 +0000 Subject: [PATCH] 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. --- src/main/resources/com/threerings/getdown/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/threerings/getdown/messages.properties b/src/main/resources/com/threerings/getdown/messages.properties index 4dd0e67..b326063 100644 --- a/src/main/resources/com/threerings/getdown/messages.properties +++ b/src/main/resources/com/threerings/getdown/messages.properties @@ -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