Fixed tense in presentation mode notifications.

Summary: Fixed tense in presentation mode notifications.

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2020
This commit is contained in:
Yomi 2015-02-23 15:26:00 -05:00 committed by Mike Blumenkrantz
parent c43a649caa
commit 9e5264fa84
1 changed files with 3 additions and 3 deletions

View 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.");
}