[Desktop-packages] [Bug 910278] Re: quotation marks on jocky/ui.py:121-124 are wrong

2012-03-04 Thread Martin Pitt
This was fixed in 0.9.7-0ubuntu1 yesterday.

** Changed in: jockey (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/910278

Title:
  quotation marks on jocky/ui.py:121-124 are wrong

Status in “jockey” package in Ubuntu:
  Fix Released

Bug description:
  I think the following codes on jocky/ui.py:121-124 are wrong.

  Actual code:
  
  self.error_message(self._('Cannot connect to D-BUS,+\
   please use the --no-dbus option as root to+\
   use jockey without it.'),
  str(e))
  

  This code will print the following sentence:
  
  Cannot connect to D-BUS,+  please use the --no-dbus option as root to+  
use jockey without it.
  

  Expected result is the following sentence:
  
  Cannot connect to D-BUS, please use the --no-dbus option as root to use 
jockey without it.
  

  Expected code:
  
  self.error_message(self._('Cannot connect to D-BUS,'+\
  ' please use the --no-dbus option as root to'+\
  ' use jockey without it.'),
  str(e))
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/910278/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 910278] Re: quotation marks on jocky/ui.py:121-124 are wrong

2012-03-04 Thread Koichi Akabe
It is also wrong.
Translation template of jockey #34 is Cannot connect to D-BUS, and the next 
words are removed.

I think that gettext can't process split strings.

** Changed in: jockey (Ubuntu)
   Status: Fix Released = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/910278

Title:
  quotation marks on jocky/ui.py:121-124 are wrong

Status in “jockey” package in Ubuntu:
  Incomplete

Bug description:
  I think the following codes on jocky/ui.py:121-124 are wrong.

  Actual code:
  
  self.error_message(self._('Cannot connect to D-BUS,+\
   please use the --no-dbus option as root to+\
   use jockey without it.'),
  str(e))
  

  This code will print the following sentence:
  
  Cannot connect to D-BUS,+  please use the --no-dbus option as root to+  
use jockey without it.
  

  Expected result is the following sentence:
  
  Cannot connect to D-BUS, please use the --no-dbus option as root to use 
jockey without it.
  

  Expected code:
  
  self.error_message(self._('Cannot connect to D-BUS,'+\
  ' please use the --no-dbus option as root to'+\
  ' use jockey without it.'),
  str(e))
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/910278/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 910278] Re: quotation marks on jocky/ui.py:121-124 are wrong

2012-03-04 Thread Martin Pitt
Fixed in trunk r791.

** Changed in: jockey (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/910278

Title:
  quotation marks on jocky/ui.py:121-124 are wrong

Status in “jockey” package in Ubuntu:
  Fix Released

Bug description:
  I think the following codes on jocky/ui.py:121-124 are wrong.

  Actual code:
  
  self.error_message(self._('Cannot connect to D-BUS,+\
   please use the --no-dbus option as root to+\
   use jockey without it.'),
  str(e))
  

  This code will print the following sentence:
  
  Cannot connect to D-BUS,+  please use the --no-dbus option as root to+  
use jockey without it.
  

  Expected result is the following sentence:
  
  Cannot connect to D-BUS, please use the --no-dbus option as root to use 
jockey without it.
  

  Expected code:
  
  self.error_message(self._('Cannot connect to D-BUS,'+\
  ' please use the --no-dbus option as root to'+\
  ' use jockey without it.'),
  str(e))
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/910278/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 910278] Re: quotation marks on jocky/ui.py:121-124 are wrong

2012-01-02 Thread Launchpad Bug Tracker
** Branch linked: lp:jockey

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/910278

Title:
  quotation marks on jocky/ui.py:121-124 are wrong

Status in “jockey” package in Ubuntu:
  Fix Committed

Bug description:
  I think the following codes on jocky/ui.py:121-124 are wrong.

  Actual code:
  
  self.error_message(self._('Cannot connect to D-BUS,+\
   please use the --no-dbus option as root to+\
   use jockey without it.'),
  str(e))
  

  This code will print the following sentence:
  
  Cannot connect to D-BUS,+  please use the --no-dbus option as root to+  
use jockey without it.
  

  Expected result is the following sentence:
  
  Cannot connect to D-BUS, please use the --no-dbus option as root to use 
jockey without it.
  

  Expected code:
  
  self.error_message(self._('Cannot connect to D-BUS,'+\
  ' please use the --no-dbus option as root to'+\
  ' use jockey without it.'),
  str(e))
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/910278/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 910278] Re: quotation marks on jocky/ui.py:121-124 are wrong

2012-01-02 Thread Martin Pitt
Thanks! Fixed in trunk r780.

** Project changed: jockey = jockey (Ubuntu)

** Changed in: jockey (Ubuntu)
   Status: New = Fix Committed

** Changed in: jockey (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/910278

Title:
  quotation marks on jocky/ui.py:121-124 are wrong

Status in “jockey” package in Ubuntu:
  Fix Committed

Bug description:
  I think the following codes on jocky/ui.py:121-124 are wrong.

  Actual code:
  
  self.error_message(self._('Cannot connect to D-BUS,+\
   please use the --no-dbus option as root to+\
   use jockey without it.'),
  str(e))
  

  This code will print the following sentence:
  
  Cannot connect to D-BUS,+  please use the --no-dbus option as root to+  
use jockey without it.
  

  Expected result is the following sentence:
  
  Cannot connect to D-BUS, please use the --no-dbus option as root to use 
jockey without it.
  

  Expected code:
  
  self.error_message(self._('Cannot connect to D-BUS,'+\
  ' please use the --no-dbus option as root to'+\
  ' use jockey without it.'),
  str(e))
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/910278/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp