Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
222
Merge Requests
222
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
bddba847
Commit
bddba847
authored
Feb 04, 2008
by
Gábor Hojtsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#216238
by theborg: theme descriptions were not translated properly (minor)
parent
39d28bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/system/system.admin.inc
modules/system/system.admin.inc
+2
-2
No files found.
modules/system/system.admin.inc
View file @
bddba847
...
...
@@ -2167,8 +2167,8 @@ function theme_system_themes_form($form) {
// Fetch info
$info
=
$form
[
$key
][
'info'
][
'#value'
];
$description
=
$info
[
'description'
]
;
// Localize theme description.
$description
=
t
(
$info
[
'description'
])
;
// Make sure it is compatible and render the checkbox if so.
if
(
isset
(
$form
[
'status'
][
'#incompatible_themes_core'
][
$key
]))
{
unset
(
$form
[
'status'
][
$key
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment