← Back to team overview

mahara-contributors team mailing list archive

[Bug 694957] Re: Changing 'profile icon' to 'profile picture'

 

** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/694957/+subscriptions


References