projects
/
fusionforge
/
fusionforge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'origin/Branch_5_2'
[fusionforge/fusionforge.git]
/
src
/
plugins
/
scmsvn
/
common
/
SVNPlugin.class.php
diff --git
a/src/plugins/scmsvn/common/SVNPlugin.class.php
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index
3319072
..
a6fec73
100644
(file)
--- a/
src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/
src/plugins/scmsvn/common/SVNPlugin.class.php
@@
-612,8
+612,8
@@
class SVNPlugin extends SCMPlugin {
}
}
}
}
}
}
- $params['ids'][] =
'scm'
;
- $params['texts'][] = _('S
CM SVN
Commits');
+ $params['ids'][] =
$this->name
;
+ $params['texts'][] = _('S
ubversion
Commits');
return true;
}
return true;
}
@@
-768,5
+768,3
@@
function SVNPluginEndElement($parser, $name) {
// mode: php
// c-file-style: "bsd"
// End:
// mode: php
// c-file-style: "bsd"
// End:
-
-?>