diff options
author | Matt Mower <mowerm@gmail.com> | 2015-12-04 10:05:18 -0600 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2015-12-04 19:45:16 -0800 |
commit | 1c0b8b7d829d77cc573d9e4c3272425607ae663a (patch) | |
tree | 3b3da21918a25bdc31fbafa4a6f1c8396677b8fd /res | |
parent | 1a05ea171a2d706fca47d709e78b964404d8d997 (diff) | |
download | packages_apps_Settings-1c0b8b7d829d77cc573d9e4c3272425607ae663a.zip packages_apps_Settings-1c0b8b7d829d77cc573d9e4c3272425607ae663a.tar.gz packages_apps_Settings-1c0b8b7d829d77cc573d9e4c3272425607ae663a.tar.bz2 |
ContributorCloud: Remove rank from dialog
Let's tone down the ego aspect of contributors. Listing number of
commits is fine, but ranking contributors sends the wrong message
(not to mention the current implementation puts equal weight on all
commits).
Change-Id: I15c24827e734bdeea20ac2dfb8ad38d6bc0046d7
Diffstat (limited to 'res')
-rw-r--r-- | res/values/cm_strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 099e7ca..eae3de3 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -843,8 +843,7 @@ <string name="contributor_info_msg"> <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/> <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/> - <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g><br/><br/> - <b>Rank:</b> <xliff:g id="rank">%4$s</xliff:g>]]></string> + <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string> <string name="contributions_info_menu">Contributions info</string> <string name="contributions_info_msg"> <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/> |