You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Felix Knecht <fe...@apache.org> on 2007/12/27 13:46:50 UTC

Re: svn commit: r607041 - /directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties

I can't find it in the running app itself, but from a logical POV a space is missing here. Can somebody with more
knowledge verify this?

Thanks,
Felix

szoerner@apache.org schrieb:
> Author: szoerner
> Date: Thu Dec 27 03:31:54 2007
> New Revision: 607041
> 
> URL: http://svn.apache.org/viewvc?rev=607041&view=rev
> Log:
> Typos in button text and messages (singular, plural) fixed
> 

Index:
/svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
===================================================================
---
/svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
(revision 607056)
+++
/svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
(working copy)
@@ -15,7 +15,7 @@
 #  specific language governing permissions and limitations
 #  under the License.

-copy_n_of_s=Copy {0}of {1}
+copy_n_of_s=Copy {0} of {1}

 event__added_att_to_dn=Added {0} to {1}
 event__deleted_att_from_dn=Deleted {0} from {1}



Re: svn commit: r607041 - /directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties

Posted by Felix Knecht <fe...@apache.org>.
Stefan Seelmann schrieb:
> Hi Felix,
> 
> hm, I use an ugly trick here:
> 
> Say the original connection is called 'ApacheDS'.
> 
> When you copy/paste this connection it is renamed to 'Copy of ApacheDS'
> because the {0} is replaced with an empty string and {1} is replaced
> with the connections name.
> 
> Then when you copy is once again it is renamed to 'Copy 2 of ApacheDS'
> and the {0} is replaced with '2 ', you see the trailing space?

Thanks.
I thought that something like this could exists, that's why I asked.

Regards
Felix

> 
> Regards,
> Stefan
> 
> 
> Felix Knecht schrieb:
>> I can't find it in the running app itself, but from a logical POV a space is missing here. Can somebody with more
>> knowledge verify this?
>>
>> Thanks,
>> Felix
>>
>> szoerner@apache.org schrieb:
>>> Author: szoerner
>>> Date: Thu Dec 27 03:31:54 2007
>>> New Revision: 607041
>>>
>>> URL: http://svn.apache.org/viewvc?rev=607041&view=rev
>>> Log:
>>> Typos in button text and messages (singular, plural) fixed
>>>
>> Index:
>> /svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
>> ===================================================================
>> ---
>> /svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
>> (revision 607056)
>> +++
>> /svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
>> (working copy)
>> @@ -15,7 +15,7 @@
>>  #  specific language governing permissions and limitations
>>  #  under the License.
>>
>> -copy_n_of_s=Copy {0}of {1}
>> +copy_n_of_s=Copy {0} of {1}
>>
>>  event__added_att_to_dn=Added {0} to {1}
>>  event__deleted_att_from_dn=Deleted {0} from {1}
>>
>>
> 


Re: svn commit: r607041 - /directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties

Posted by Stefan Seelmann <se...@apache.org>.
Hi Felix,

hm, I use an ugly trick here:

Say the original connection is called 'ApacheDS'.

When you copy/paste this connection it is renamed to 'Copy of ApacheDS'
because the {0} is replaced with an empty string and {1} is replaced
with the connections name.

Then when you copy is once again it is renamed to 'Copy 2 of ApacheDS'
and the {0} is replaced with '2 ', you see the trailing space?

Regards,
Stefan


Felix Knecht schrieb:
> I can't find it in the running app itself, but from a logical POV a space is missing here. Can somebody with more
> knowledge verify this?
> 
> Thanks,
> Felix
> 
> szoerner@apache.org schrieb:
>> Author: szoerner
>> Date: Thu Dec 27 03:31:54 2007
>> New Revision: 607041
>>
>> URL: http://svn.apache.org/viewvc?rev=607041&view=rev
>> Log:
>> Typos in button text and messages (singular, plural) fixed
>>
> 
> Index:
> /svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
> ===================================================================
> ---
> /svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
> (revision 607056)
> +++
> /svn/apache/directory/studio/trunk/studio-ldapbrowser-core/src/main/resources/org/apache/directory/studio/ldapbrowser/core/browsercoremessages.properties
> (working copy)
> @@ -15,7 +15,7 @@
>  #  specific language governing permissions and limitations
>  #  under the License.
> 
> -copy_n_of_s=Copy {0}of {1}
> +copy_n_of_s=Copy {0} of {1}
> 
>  event__added_att_to_dn=Added {0} to {1}
>  event__deleted_att_from_dn=Deleted {0} from {1}
> 
>