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 738160 - gnome-terminal: superfluous "_"
gnome-terminal: superfluous "_"
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Swedish [sv]
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Göran Uddeborg
gnome-se-list
Depends on:
Blocks:
 
 
Reported: 2014-10-08 16:10 UTC by Stanislav Brabec
Modified: 2014-10-12 17:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stanislav Brabec 2014-10-08 16:10:20 UTC
In the following string, superfluous "_" is present:

#: ../src/preferences.ui.h:5
msgid "Preferences"
msgstr "_Inställningar"

Proposed fix:

#: ../src/preferences.ui.h:5
msgid "Preferences"
msgstr "Inställningar"

https://l10n.gnome.org/POT/gnome-terminal.master/gnome-terminal.master.sv.po
Comment 1 Göran Uddeborg 2014-10-12 16:29:44 UTC
Thanks for pointing this out.
Comment 2 Göran Uddeborg 2014-10-12 17:00:52 UTC
Anders Jonsson fixed this and a few other similar issues.  The fixes are checked in now.