After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 533048 - grammar error: when there are more than one connection
grammar error: when there are more than one connection
Status: RESOLVED FIXED
Product: vinagre
Classification: Applications
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2008-05-14 03:23 UTC by Tino Meinen
Modified: 2008-05-28 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tino Meinen 2008-05-14 03:23:56 UTC
Please describe the problem:
This message has wrong grammar:
#: ../data/vinagre.schemas.in.h:1
msgid ""
"Set to \"true\" to always show the tabs. Setting to \"false\" will only show "
"the tabs when there are more than one active connection."

This should either be:
[...] show the tabs when there is more than one active connection.

or

[...] show the tabs when there are two or more active connections.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tino Meinen 2008-05-14 03:26:27 UTC
Hmm, in addition to this, the second sentence should better start as:

[...] Set to \"false\" to only show the tabs when [...]

Comment 2 Jonh Wendell 2008-05-28 16:51:59 UTC
Thanks for reporting that. I've just fixed it. Please, also take a look at bug #521440.