Skip to content

Commit

Permalink
Wraps a few strings in t().
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoesen committed Jan 8, 2011
1 parent 212b77d commit 59f6975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipermail_import.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function pipermail_import_menu() {
$items = array();
$items['admin/structure/pipermail'] = array(
'title' => 'Pipermail',
'description' => 'Start pipermail import',
'description' => t('Start pipermail import'),
'page callback' => 'pipermail_import_start',
'access callback' => user_access('import pipermail messages'),
);
Expand Down Expand Up @@ -175,6 +175,6 @@ function pipermail_import_start() {
}
}

return "Done.";
return t("Done.");

}

0 comments on commit 59f6975

Please sign in to comment.