italisise urls

master
joey 2007-02-15 08:38:57 +00:00
parent 1a9b85febb
commit 4f56c5ae7c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sub preprocess_shortcut (@) { #{{{
#translators: This is used to display what shortcuts are defined.
#translators: First parameter is the name of the shortcut, the second
#translators: is an URL.
return sprintf(gettext("shortcut %s points to %s"), $params{name}, $params{url});
return sprintf(gettext("shortcut %s points to <i>%s</i>"), $params{name}, $params{url});
} # }}}
sub shortcut_expand ($$@) { #{{{