Skip to content

Commit

Permalink
some minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thyseus committed Feb 2, 2015
1 parent d11d99d commit adfe32b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.swp
*~
./nbproject
.DS_Store
.idea
2 changes: 1 addition & 1 deletion modules/profile/models/YumPrivacySetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function attributeLabels()
'message_new_friendship' => Yum::t('Receive a Email for new Friendship request'),
'message_new_message' => Yum::t('Receive a Email when new Message arrives'),
'message_new_profilecomment' => Yum::t('Receive a Email when a new profile comment was made'),
'log_profile_visits' => Yum::t('Profilbesuche preisgeben'),
'log_profile_visits' => Yum::t('Log profile visits'),

);
}
Expand Down
8 changes: 4 additions & 4 deletions modules/user/views/install/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tr>
<td>

<label for="installRole"> User Management </label>
<label> User Management </label>
<p>&nbsp;</p>
<table>
<tr>
Expand Down Expand Up @@ -112,7 +112,7 @@
</td>
<td>

<label for="installMessages"> Usergroups submodule </label>
<label> Usergroups submodule </label>
<?php echo CHtml::checkBox('installUsergroup', true); ?>
<div id="usergroup">
<table>
Expand All @@ -131,7 +131,7 @@
</td>
<td>

<label for="installMessages"> Friendship submodule </label>
<label> Friendship submodule </label>
<?php echo CHtml::checkBox('installFriendship', true); ?>
<div id="friendship">
<table>
Expand All @@ -144,7 +144,7 @@
</td>
<td>

<label for="installRole"> Profiles submodule </label>
<label> Profiles submodule </label>
<?php echo CHtml::checkBox('installProfiles', true); ?>

<div id="profiles">
Expand Down

0 comments on commit adfe32b

Please sign in to comment.