Fixed tense in presentation mode notifications.
authorYomi <abyomi0@gmail.com>
Mon, 23 Feb 2015 20:26:00 +0000 (15:26 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 23 Feb 2015 20:26:17 +0000 (15:26 -0500)
Summary: Fixed tense in presentation mode notifications.

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2020

src/modules/notification/e_mod_main.c

index 925381ee1033cc5a3484a84169653886976077f2..f0b6543b6a28ce92fc81e814a15c1f2f8d099715 100644 (file)
@@ -46,15 +46,15 @@ _notification_show_presentation(Eina_Bool enabled)
 
    if (enabled)
      {
-        summary = _("Enter Presentation Mode");
-        body = _("Enlightenment is in <b>presentation</b> mode."
+        summary = _("Entered Presentation Mode");
+        body = _("Enlightenment has now entered <b>presentation</b> mode."
                  "<br>During presentation mode, screen saver, lock and "
                  "power saving will be disabled so you are not interrupted.");
      }
    else
      {
         summary = _("Exited Presentation Mode");
-        body = _("Presentation mode is over."
+        body = _("Presentation mode has been exited."
                  "<br>Now screen saver, lock and "
                  "power saving settings will be restored.");
      }