Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MythArchive: Tweak a please wait message.
  • Loading branch information
Paul Harrison committed Dec 15, 2010
1 parent e6b91ff commit 72dd02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mytharchive/mytharchive/recordingselector.cpp
Expand Up @@ -116,7 +116,7 @@ bool RecordingSelector::Create(void)

void RecordingSelector::Init(void)
{
QString message = tr("Retrieving Recording List. Please Wait...");
QString message = tr("Retrieving Recording List.\nPlease Wait...");

MythScreenStack *popupStack = GetMythMainWindow()->GetStack("popup stack");

Expand Down

0 comments on commit 72dd02e

Please sign in to comment.