mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02458
[Bug 694957] [NEW] Changing 'profile icon' to 'profile picture'
Public bug reported:
Branches: master
I think it's better to change en.utf8 lang strings as below:
-----
Lang file: blocktype.profileinfo.php
string: dontshowprofileicon
[before]
Don't show a profile icon
[after]
Don't show a profile picture
-----
Lang file: blocktype.profileinfo.php
string: uploadaprofileicon
[before]
You have no profile icons. <a href="%sartefact/file/profileicons.php" target="_blank">Upload one</a>
[after]
You have no profile picture. <a href="%sartefact/file/profileicons.php" target="_blank">Upload one</a>
-----
Lang file: admin.php
string: remoteavatarsdescription
[before]
If checked, the <a href="http://www.gravatar.com">Gravatar</a> service will be used for users' default profile icons.
[after]
If checked, the <a href="http://www.gravatar.com">Gravatar</a> service will be used for users' default profile picture.
-----
Lang file: mahara.php
string: registerstep3fieldsoptional
[before]
<h3>Choose an Optional Profile Image</h3><p>You have now successfully registered with %s! You may now choose an optional profile icon to be displayed as your avatar.</p>
[after]
<h3>Choose an Optional Profile Image</h3><p>You have now successfully registered with %s! You may now choose an optional profile picture to be displayed as your avatar.</p>
-----
Lang file: view.php
string: profileicon
[before]
Profile Icon
[after]
Profile Picture
** Affects: mahara
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/694957
Title:
Changing 'profile icon' to 'profile picture'
Status in Mahara ePortfolio:
New
Bug description:
Branches: master
I think it's better to change en.utf8 lang strings as below:
-----
Lang file: blocktype.profileinfo.php
string: dontshowprofileicon
[before]
Don't show a profile icon
[after]
Don't show a profile picture
-----
Lang file: blocktype.profileinfo.php
string: uploadaprofileicon
[before]
You have no profile icons. <a href="%sartefact/file/profileicons.php" target="_blank">Upload one</a>
[after]
You have no profile picture. <a href="%sartefact/file/profileicons.php" target="_blank">Upload one</a>
-----
Lang file: admin.php
string: remoteavatarsdescription
[before]
If checked, the <a href="http://www.gravatar.com">Gravatar</a> service will be used for users' default profile icons.
[after]
If checked, the <a href="http://www.gravatar.com">Gravatar</a> service will be used for users' default profile picture.
-----
Lang file: mahara.php
string: registerstep3fieldsoptional
[before]
<h3>Choose an Optional Profile Image</h3><p>You have now successfully registered with %s! You may now choose an optional profile icon to be displayed as your avatar.</p>
[after]
<h3>Choose an Optional Profile Image</h3><p>You have now successfully registered with %s! You may now choose an optional profile picture to be displayed as your avatar.</p>
-----
Lang file: view.php
string: profileicon
[before]
Profile Icon
[after]
Profile Picture
Follow ups
References