Mercurial > libervia-backend
changeset 2681:263a00e90174
jp (info): replaced "Client" by the more generic "Software"
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 Sep 2018 08:51:01 +0200 |
parents | ae5340b57ff8 |
children | 466c9690c43a |
files | sat_frontends/jp/cmd_info.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_info.py Thu Sep 27 08:50:38 2018 +0200 +++ b/sat_frontends/jp/cmd_info.py Thu Sep 27 08:51:01 2018 +0200 @@ -156,9 +156,9 @@ infos = [] name, version, os = data if name: - infos.append(_("Client name: %s") % name) + infos.append(_("Software name: %s") % name) if version: - infos.append(_("Client version: %s") % version) + infos.append(_("Software version: %s") % version) if os: infos.append(_("Operating System: %s") % os)