summaryrefslogtreecommitdiff
path: root/rbutil/rbutilFrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilFrm.cpp')
-rw-r--r--rbutil/rbutilFrm.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/rbutil/rbutilFrm.cpp b/rbutil/rbutilFrm.cpp
index c2f35de43c..d49faee895 100644
--- a/rbutil/rbutilFrm.cpp
+++ b/rbutil/rbutilFrm.cpp
@@ -136,8 +136,7 @@ void rbutilFrm::CreateGUIControls(void)
136 wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY, 136 wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY,
137 wxT("Bootloader installation instructions\n\n" 137 wxT("Bootloader installation instructions\n\n"
138 "Before Rockbox can be installed on your audio player, you " 138 "Before Rockbox can be installed on your audio player, you "
139 "may have to\ninstall a bootloader. This can not currently " 139 "may have to\ninstall a bootloader.\nThis is only necessary the first time "
140 "be done automatically, but is\nonly necessary the first time "
141 "Rockbox is installed.")); 140 "Rockbox is installed."));
142 WxFlexGridSizer1->Add(WxStaticText5, 0, 141 WxFlexGridSizer1->Add(WxStaticText5, 0,
143 wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxALL,5); 142 wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxALL,5);
@@ -184,8 +183,7 @@ void rbutilFrm::CreateGUIControls(void)
184 183
185 wxStaticText* WxStaticText4 = new wxStaticText(themepage, wxID_ANY, 184 wxStaticText* WxStaticText4 = new wxStaticText(themepage, wxID_ANY,
186 wxT("Install the Rockbox fonts package\n\n" 185 wxT("Install the Rockbox fonts package\n\n"
187 "This step is only needed if you have installed " 186 "This step is needed for many Themes. You "
188 "a daily build and want\nthe full set of Rockbox fonts. You "
189 "will not need to download these\nagain unless you uninstall " 187 "will not need to download these\nagain unless you uninstall "
190 "Rockbox.")); 188 "Rockbox."));
191 WxFlexGridSizer2->Add(WxStaticText4, 0, 189 WxFlexGridSizer2->Add(WxStaticText4, 0,