# HG changeset patch # User padraigob@netbeans.org # Date 1202225930 0 # Node ID 2c15994986379dec0f1f3a32c0bee573d342d804 # Parent 398ae70aefd8523c979b36b47fcc09e4b5398173 126702: Add back in strings deleted in error diff -r 398ae70aefd8 -r 2c1599498637 mercurial/src/org/netbeans/modules/mercurial/options/Bundle.properties --- a/mercurial/src/org/netbeans/modules/mercurial/options/Bundle.properties Tue Feb 05 15:06:13 2008 +0000 +++ b/mercurial/src/org/netbeans/modules/mercurial/options/Bundle.properties Tue Feb 05 15:38:50 2008 +0000 @@ -70,6 +70,10 @@ MercurialPanel.jLabel3.text=&Format MercurialPanel.annotationTextField.toolTipText='{'{0}'}' stays for Revision
'{'{1}'}' stays for Status
'{'{2}'}' stays for Branch or Tag Name
+MercurialPanel.label.revision = stays for Revision +MercurialPanel.label.status = stays for Status +MercurialPanel.label.folder = stays for Branch or Tag Name + MSG_STATUS_LABEL_WITH_REVSION_TITLE = Revision Label Performance MSG_STATUS_LABEL_WITH_REVSION_MSG = Revision labels {revision} have been added.\n\nThis can seriously effect performance when viewing Mercurial controlled Projects.\nUsing Show Annotations or Show History on selected files is a more efficient way to get revision information.