Small clarification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80ad919e26
commit
152f405cce
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void Install::setDetailsArchived(bool show)
|
|||
if(show) {
|
||||
ui.labelDetails->setText(tr("These are automatically built each day "
|
||||
"from the current development source code. This generally has more "
|
||||
"features than the last release but may be much less stable. "
|
||||
"features than the last stable release but may be much less stable. "
|
||||
"Features may change regularly."));
|
||||
ui.labelNote->setText(tr("<b>Note:</b> archived version is r%1 (%2).")
|
||||
.arg(version.value("arch_rev"), version.value("arch_date")));
|
||||
|
|
Loading…
Reference in a new issue