Re: [Spacewalk-devel] Cleanup of StringResource in java

2012-03-06 Thread Tomas Lestach
Hey Mirek, please, revert following string translations: bootstrap.config.error.10 bootstrap.config.error.11 bootstrap.config.error.13 bootstrap.config.error.14 bootstrap.config.error.15 bootstrap.config.error.16 bootstrap.config.error.17 Used in

[Spacewalk-devel] [PATCH] Naming of cloned errata

2012-03-06 Thread Johannes Renner
Hey, I want to propose a change concerning the names of cloned errata. Currently, names of cloned errata are generated like this: String clonedAdvisoryName = CL + published.getAdvisoryName().substring(3); String clonedAdvisory = CL + published.getAdvisory().substring(3); The reason for doing it