[Slim-Checkins] r9548 - in /trunk/server:
Slim/Buttons/BrowseTree.pm strings.txt
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Sat Sep 9 15:12:12 PDT 2006
Author: adrian
Date: Sat Sep 9 15:12:08 2006
New Revision: 9548
URL: http://svn.slimdevices.com?rev=9548&view=rev
Log:
Bug: N/A
Description: use current font for browsetree loading message
Modified:
trunk/server/Slim/Buttons/BrowseTree.pm
trunk/server/strings.txt
Modified: trunk/server/Slim/Buttons/BrowseTree.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Buttons/BrowseTree.pm?rev=9548&r1=9547&r2=9548&view=diff
==============================================================================
--- trunk/server/Slim/Buttons/BrowseTree.pm (original)
+++ trunk/server/Slim/Buttons/BrowseTree.pm Sat Sep 9 15:12:08 2006
@@ -364,12 +364,7 @@
# Show a blocking animation
$client->block({
- 'line' => [ $client->string('LOADING_BROWSE_MUSIC_FOLDER') ],
- 'fonts' => {
- 'graphic-320x32' => 'light',
- 'graphic-280x16' => 'small',
- 'text' => 2,
- }
+ 'line' => [ $client->string( $client->linesPerScreen() == 1 ? 'LOADING' : 'LOADING_BROWSE_MUSIC_FOLDER' ) ],
});
# Parse the hierarchy list into an array
Modified: trunk/server/strings.txt
URL: http://svn.slimdevices.com/trunk/server/strings.txt?rev=9548&r1=9547&r2=9548&view=diff
==============================================================================
--- trunk/server/strings.txt (original)
+++ trunk/server/strings.txt Sat Sep 9 15:12:08 2006
@@ -12799,3 +12799,6 @@
LOADING_BROWSE_MUSIC_FOLDER
EN Loading Music Folder...
+
+LOADING
+ EN Loading...
More information about the checkins
mailing list