Skip to content

Commit a48ed3e

Browse files
Paul HarrisonBeirdo
authored andcommitted
MythArchive: Tweak a please wait message.
1 parent 87a168c commit a48ed3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythplugins/mytharchive/mytharchive/recordingselector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ bool RecordingSelector::Create(void)
116116

117117
void RecordingSelector::Init(void)
118118
{
119-
QString message = tr("Retrieving Recording List. Please Wait...");
119+
QString message = tr("Retrieving Recording List.\nPlease Wait...");
120120

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

0 commit comments

Comments
 (0)