# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/clone/Bundle.properties --- versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/clone/Bundle.properties Base (1.17) +++ versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/clone/Bundle.properties Locally Modified (Based On 1.17) @@ -45,7 +45,7 @@ MSG_EXTERNAL_CLONE_FROM = INFO Clone From: {0} MSG_EXTERNAL_CLONE_TO = INFO To: {0} MSG_CLONE_NOTHING = Nothing yet comitted, so nothing to Clone. -LBL_Clone_Progress=Cloning... +LBL_Clone_Progress=Cloning {0}... ClonePanel.fromLabel.text=Source Repository: ClonePanel.toLabel.text=&Parent Directory: ClonePanel.browseButton.text=&Browse... Index: versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/clone/CloneAction.java --- versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/clone/CloneAction.java Base (1.18) +++ versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/clone/CloneAction.java Locally Modified (Based On 1.18) @@ -238,7 +238,7 @@ } } }; - support.start(rp, source, org.openide.util.NbBundle.getMessage(CloneAction.class, "LBL_Clone_Progress")); // NOI18N + support.start(rp, source, org.openide.util.NbBundle.getMessage(CloneAction.class, "LBL_Clone_Progress", source)); // NOI18N } public boolean isEnabled() {