Opened 12 years ago

#3232 new defect

hMouse activity info i18n error

Reported by: cjl Owned by: garycmartin
Priority: Unspecified by Maintainer Milestone: Unspecified
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 ""

Change History (0)

Note: See TracTickets for help on using tickets.