diff --git a/SourceSVN/SourceSVN.php b/SourceSVN/SourceSVN.php index 0cd9b02..65ce731 100644 --- a/SourceSVN/SourceSVN.php +++ b/SourceSVN/SourceSVN.php @@ -9,8 +9,8 @@ class SourceSVNPlugin extends MantisSourcePlugin { public function register() { - $this->name = lang_get( 'plugin_SourceSVN_title' ); - $this->description = lang_get( 'plugin_SourceSVN_description' ); + $this->name = plugin_lang_get( 'title' ); + $this->description = plugin_lang_get( 'description' ); $this->version = '0.17'; $this->requires = array( @@ -43,7 +43,7 @@ public $configuration = true; public function show_type() { - return lang_get( 'plugin_SourceSVN_svn' ); + return plugin_lang_get( 'svn' ); } public function show_changeset( $p_repo, $p_changeset ) { @@ -73,31 +73,31 @@ ?> > - + > - + > - + /> > - + > - + > - + > - + /> > - + > - + > - + /> > - + />