changed filter message to be more meaningful - issue #206
Esse commit está contido em:
@@ -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)
|
||||
|
||||
|
||||
@@ -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,7 +1,7 @@
|
||||
body {
|
||||
background: white;
|
||||
color: white;
|
||||
font-size: 10pt;
|
||||
font-size: 8pt;
|
||||
font-family: sans-serif;
|
||||
margin: 0;
|
||||
padding: 0 7%;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário