Status line on start-up has wrong version number

Bug #194041 reported by Adam Rooke
2
Affects Status Importance Assigned to Milestone
PyRoom
Status tracked in Trunk
0.1
Fix Released
High
Nathan Haines
Trunk
Fix Released
Medium
Unassigned

Bug Description

On start-up the status line contains the text:
"Welcome to PyRoom 1.0. Type ctrl-H for help"
The version number should be "0.1"

Easy fix I know, but neither me nor bruno can upload to launchpad so any help would be appreciated :)

Adam Rooke (abelianr)
Changed in pyroom:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Bruno Bord (brunobord) wrote :

If you can, try to fix the string by using something like:

__VERSION__ = '0.1'

fluffy_message = _('Welcome to Pyroom %s' % __VERSION__)

or something like that.

Revision history for this message
Nathan Haines (nhaines) wrote :

I'll get this updated across all languages for 0.1.

Changed in pyroom:
assignee: nobody → nhaines
status: Confirmed → In Progress
Revision history for this message
Nathan Haines (nhaines) wrote :

I did a simple string replace in the code. Any other fix for this issue in 0.1 can happen in Rosetta, since 0.1 is in maintenance mode and should not significantly change anyhow.

Revision history for this message
Nathan Haines (nhaines) wrote :

I won't work on this in trunk or 0.2 until the feature set for 0.2 is stabilized, merged back into trunk, and then 0.2 is branched. It should be fixed by then anyhow, but if it is not I'll take a look at this bug then.

Changed in pyroom:
assignee: nobody → caio-alonso
importance: Medium → Low
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.