From: Ed Page Date: Fri, 5 Aug 2011 01:31:25 +0000 (-0500) Subject: Improving wording on new messages X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=a13d1620f01ca9f6cf423c02054a49cac5c4305c Improving wording on new messages --- diff --git a/src/dialcentral_qt.py b/src/dialcentral_qt.py index 2582418..a464ad6 100755 --- a/src/dialcentral_qt.py +++ b/src/dialcentral_qt.py @@ -634,7 +634,7 @@ class MainWindow(qwrappers.WindowWrapper): with qui_utils.notify_error(self._errorLog): if self._app.alarmHandler.alarmType == self._app.alarmHandler.ALARM_APPLICATION: if self._currentTab == self.MESSAGES_TAB or not self._app.ledHandler.isReal: - self._errorLog.push_message("New messages available") + self._errorLog.push_message("New messages") else: self._app.ledHandler.on()