Merge lp:~gergagabriel/stoqlib/translation into lp:~stoq-dev/stoqlib/master

Proposed by Gabriel Gerga
Status: Merged
Approved by: Ronaldo Maia
Approved revision: 3197
Merge reported by: Ronaldo Maia
Merged at revision: not available
Proposed branch: lp:~gergagabriel/stoqlib/translation
Merge into: lp:~stoq-dev/stoqlib/master
Diff against target: 27 lines (+3/-3)
2 files modified
stoqlib/gui/dialogs/clientcategorydialog.py (+1/-1)
stoqlib/gui/dialogs/paymentmethod.py (+2/-2)
To merge this branch: bzr merge lp:~gergagabriel/stoqlib/translation
Reviewer Review Type Date Requested Status
Ronaldo Maia Approve
Review via email: mp+33942@code.launchpad.net

Description of the change

Translations updates in admin app. (Clients categories and messages in Payment method settings - Multiple, Store Credit).

To post a comment you must log in.
Revision history for this message
Ronaldo Maia (romaia) wrote :

certinho. pode fazer o push.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stoqlib/gui/dialogs/clientcategorydialog.py'
2--- stoqlib/gui/dialogs/clientcategorydialog.py 2010-07-21 16:18:48 +0000
3+++ stoqlib/gui/dialogs/clientcategorydialog.py 2010-08-27 18:22:40 +0000
4@@ -45,7 +45,7 @@
5
6 #ListDialog
7 columns = [
8- Column('name', title= ('Category'),
9+ Column('name', title= _('Category'),
10 data_type=str, expand=True, sorted=True)
11 ]
12
13
14=== modified file 'stoqlib/gui/dialogs/paymentmethod.py'
15--- stoqlib/gui/dialogs/paymentmethod.py 2009-04-07 19:57:44 +0000
16+++ stoqlib/gui/dialogs/paymentmethod.py 2010-08-27 18:22:40 +0000
17@@ -100,8 +100,8 @@
18 'Invalid payment method adapter: %s' % (
19 method.method_name,))
20 elif dialog is NotImplementedError:
21- warning(_('Editor for %s is not implemented' % (
22- method.method_name)))
23+ warning(_('Editor for %s is not implemented') % (
24+ method.description))
25 return None
26
27 return dialog

Subscribers

People subscribed via source and target branches