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 696811 - UI strings do not comply with the HIG
UI strings do not comply with the HIG
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Power
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: Richard Hughes
Control-Center Maintainers
3.10
Depends on:
Blocks:
 
 
Reported: 2013-03-28 20:20 UTC by Kat
Modified: 2013-06-04 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.69 KB, patch)
2013-03-28 20:20 UTC, Kat
rejected Details | Review
patch with only capitalisation changes (3.66 KB, patch)
2013-03-28 23:32 UTC, Kat
committed Details | Review

Description Kat 2013-03-28 20:20:21 UTC
Created attachment 240081 [details] [review]
patch

While updating the user help for the Power panel, I noticed that the list item strings had inconsistent capitalisation and one used Latin. I have updated the capitalisation to comply with the HIG and changed Latin to English. Patch attached.
Comment 1 Bastien Nocera 2013-03-28 21:36:57 UTC
Review of attachment 240081 [details] [review]:

The rest looks fine.

::: panels/power/cc-power-panel.c
@@ +1547,3 @@
   gtk_box_pack_start (GTK_BOX (box2), label, TRUE, TRUE, 0);
 
+  w = gtk_label_new (_("Turns off mobile broadband (3G, 4G, WiMax, and so on) devices"));

"etc." isn't Latin, it's in the English language.
Comment 2 Kat 2013-03-28 23:32:31 UTC
Created attachment 240090 [details] [review]
patch with only capitalisation changes

I agree that it is in the vernacular, but it is still a Latin term ("etc." is an abbreviation of "et cetera"). When it is used in English, it is often typeset in italics because it is not actually English. Another thing to consider is that it can be confusing to non-native speakers (and, to be honest, quite a few native speakers too).

Also, Latin is something that the documentation team also try to avoid, and it would be great if the UI was consistent with the docs style[1] on the point, given that this is not covered in the HIG.

I cannot see any benefit to using "etc." over "and so on" while I can see some benefits to the other way around. It would be awesome if you could reconsider the point… but just in case, another patch attached without the change.

[1] https://developer.gnome.org/gdp-style-guide/stable/gdp-style-guide.html#grammar
Comment 3 Bastien Nocera 2013-06-04 16:07:57 UTC
(In reply to comment #2)
<snip>
> I cannot see any benefit to using "etc." over "and so on" while I can see some
> benefits to the other way around.

"and so on" makes it look sloppy and it is English.

>  It would be awesome if you could reconsider
> the point… but just in case, another patch attached without the change.

I find the change nonsensical (you argue it's not English, while it is, and that seems to be the only reason for the change), so no, this part won't get applied.

> [1]
> https://developer.gnome.org/gdp-style-guide/stable/gdp-style-guide.html#grammar
Comment 4 Bastien Nocera 2013-06-04 16:09:06 UTC
Thanks for the patch!