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 762858 - Add Translator comment for word "sectionport"
Add Translator comment for word "sectionport"
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
3.19.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-29 09:33 UTC by Anders Jonsson
Modified: 2016-05-05 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shortcuts: fix regex typo (2.76 KB, patch)
2016-05-05 11:29 UTC, Christian Hergert
committed Details | Review

Description Anders Jonsson 2016-02-29 09:33:22 UTC
in data/ui/ide-shortcuts-window.ui there are 4 strings with the word 'sectionport'.

Earlier 'viewport' was used which I interpreted as the visible portion of the document, but I can't find any clear explanation to what a sectionport is.

A translation comment would be helpful here.
Comment 1 André Klapper 2016-03-01 14:51:57 UTC
Explain how to provide translation comments welcome, for future reference. :)

https://wiki.gnome.org/TranslationProject/DevGuidelines/Use%20comments
Comment 2 Christian Hergert 2016-05-05 11:29:09 UTC
Created attachment 327336 [details] [review]
shortcuts: fix regex typo

When converting this to use the upstream shortcuts window, we had a pretty
bad typo left over. It should have been viewport, relating to the visible
area of the editor window.
Comment 3 Christian Hergert 2016-05-05 11:30:08 UTC
Turns out this was just a typo :)

Attachment 327336 [details] pushed as df81fbd - shortcuts: fix regex typo