Ticket #3232 (new defect)

Opened 18 months ago

hMouse activity info i18n error

Reported by: cjl Owned by: garycmartin
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: ActivityTeam Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Please remove the \r from line two fo the activity info file. This is causing issues with Pootle flagging errors for spaces and newlines.

Change

#: activity/activity.info:2
msgid "hMouse\r"
msgstr ""

to

#: activity/activity.info:2
msgid "hMouse"
msgstr ""

Note: See TracTickets for help on using tickets.