Skip to content

Commit

Permalink
Merge pull request #360 from jmpascal/master
Browse files Browse the repository at this point in the history
ANDROID-224
  • Loading branch information
JM.PASCAL committed Nov 16, 2015
2 parents 3b5371a + bc6f31e commit a709f01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ public void onListItemClick(GridView l, View v, int position, long id)
else
{
// Show properties
UserProfileFragment.with(getActivity()).personId(item.getIdentifier()).display();
UserProfileFragment.with(getActivity()).personId(item.getIdentifier()).accountId(getAccount().getId())
.display();
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<string name="content_tags_hint">タグの値をコンマ区切りで入力してください (任意)</string>
<string name="content_title">タイトル</string>
<!-- Create Folder -->
<string name="folder_create">新しいフォルダを作成してください</string>
<string name="folder_create">新しいフォルダの作成</string>
<string name="folder_name">名前</string>
<string name="folder_name_hint">ここにフォルダ名を入力してください&#8230;</string>
<!-- Update Properties -->
Expand Down Expand Up @@ -369,7 +369,7 @@
<!-- PROFILES -->
<string name="profiles_empty">使用可能なプロファイルはありません</string>
<string name="manage_profiles">プロファイルの管理&#8230;</string>
<string name="profiles_switch">プロファイルの切り換え&#8230;</string>
<string name="profiles_switch">プロファイルの切り替え&#8230;</string>

<!-- WORKFLOW -->
<string name="empty_process_definition">プロセスはありません</string>
Expand Down

0 comments on commit a709f01

Please sign in to comment.