Projet

Général

Profil

0001-i18n-use-portfolio-instead-of-dropbox-10822.patch

Thomas Noël, 04 mai 2016 00:04

Télécharger (1,1 ko)

Voir les différences:

Subject: [PATCH] i18n: use 'portfolio' instead of 'dropbox' (#10822)

 wcs/qommon/form.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
wcs/qommon/form.py
620 620
                        and not self.readonly):
621 621
                    get_response().add_javascript(['fargo.js'])
622 622
                    params = (root_url,
623
                              _('Pick a file from your dropbox'),
624
                              _('Use file from my dropbox'))
623
                              _('Pick a file from the portfolio'),
624
                              _('Use file from the portfolio'))
625 625
                    hint += htmltext('<p class="use-file-from-fargo"><span '
626 626
                                     'data-src="%sfargo/pick" '
627 627
                                     'data-width="500" '
628
-