Merge lp:~openerp-dev/openerp-mobile/trunk-bug-1247109-dpr into lp:openerp-mobile

Proposed by Dharmang Soni (OpenERP)
Status: Merged
Merged at revision: 82
Proposed branch: lp:~openerp-dev/openerp-mobile/trunk-bug-1247109-dpr
Merge into: lp:openerp-mobile
Diff against target: 11 lines (+1/-1)
1 file modified
res/values/strings.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openerp-mobile/trunk-bug-1247109-dpr
Reviewer Review Type Date Requested Status
OpenERP R&D Team Pending
Review via email: mp+194078@code.launchpad.net

Description of the change

Hello,

Usability issue resolved.

Label name changed from "Port Number (Optional)" to "Port Number (If any)"

Thanks,
Dharmang Soni (dpr)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'res/values/strings.xml'
--- res/values/strings.xml 2013-11-01 11:13:27 +0000
+++ res/values/strings.xml 2013-11-06 08:44:08 +0000
@@ -11,7 +11,7 @@
11 <string name="account_title">Setup Your OpenERP Server</string>11 <string name="account_title">Setup Your OpenERP Server</string>
12 <string name="account_description">Provide your OpenERP 7.0 Server URL and click on Continue button to test Connection and go next step.</string>12 <string name="account_description">Provide your OpenERP 7.0 Server URL and click on Continue button to test Connection and go next step.</string>
13 <string name="account_edit_server_url">Server URL</string>13 <string name="account_edit_server_url">Server URL</string>
14 <string name="account_edit_server_port">Port Number (Optional)</string>14 <string name="account_edit_server_port">Port Number (If any)</string>
15 <string name="account_continue_button">Continue</string>15 <string name="account_continue_button">Continue</string>
16 <string name="account_login_button">Login</string>16 <string name="account_login_button">Login</string>
1717