diff --git a/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java b/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java index df50b4abb..6fdce74eb 100644 --- a/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java +++ b/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java @@ -148,7 +148,7 @@ public class UpdateMessageService { } else { String color = ThemeService.getDialogTextColorString(); final String html = "" + - message + ""; + message.getLeft() + ""; ds = new DialogShower() { @Override public void showDialog(Activity a) {