changed filter message to be more meaningful - issue #206

Esse commit está contido em:
fossfreedom
2013-07-29 09:48:29 +01:00
commit b9f82a794f
3 arquivos alterados com 7 adições e 2 exclusões
+5
Ver Arquivo
@@ -190,6 +190,11 @@ class CoverFlowView(AbstractView):
identifier = str(identifier)
string = string.replace('#START', identifier)
#TRANSLATORS: for example 'Number of covers limited to 150'
display_message = _("Number of covers limited to %d") % self.flow_max
string = string.replace('#MAXCOVERS',
'<p>' + display_message + '</p>')
items = self.flow.initialise(self.album_manager.model, self.flow_max)
+1 -1
Ver Arquivo
@@ -25,7 +25,7 @@
</style>
</head>
<body>
<p>Search and Filter to display more covers</p>
#MAXCOVERS
<div class="maincontent">
<div style="width: #WIDTHpx; margin: 0px auto;">
+1 -1
Ver Arquivo
@@ -1,7 +1,7 @@
body {
background: white;
color: white;
font-size: 10pt;
font-size: 8pt;
font-family: sans-serif;
margin: 0;
padding: 0 7%;