mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
i18n fix
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9049 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -377,8 +377,8 @@ public class ScratchPadPlugin implements Plugin {
|
||||
scrollPane.getViewport().setOpaque(false);
|
||||
|
||||
pane.setText(text);
|
||||
final RolloverButton button = new RolloverButton("Save", null);
|
||||
final RolloverButton cancelButton = new RolloverButton("Cancel", null);
|
||||
final RolloverButton button = new RolloverButton(SparkRes.getString("save"), null);
|
||||
final RolloverButton cancelButton = new RolloverButton(SparkRes.getString("cancel"), null);
|
||||
ResourceUtils.resButton(button, "&Save");
|
||||
ResourceUtils.resButton(cancelButton, "&Cancel");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user