Skip to content

Commit

Permalink
Add github repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
diedricm committed Apr 13, 2015
1 parent 562ae73 commit 0b2b771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MapEver/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@

<!-- Developers: Git repository -->
<string name="pref_title_git_repo">Git-Repository</string>
<string name="pref_sum_git_repo">Öffnet das Git-Repository dieser App auf Github. TODO public repo!!</string>
<string name="pref_sum_git_repo">Öffnet das Git-Repository dieser App auf Github</string>

</resources>
2 changes: 1 addition & 1 deletion MapEver/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@

<!-- Developers: Git repository -->
<string name="pref_title_git_repo">Git repository</string>
<string name="pref_sum_git_repo">Opens git repository on Github. TODO public repo!!</string>
<string name="pref_sum_git_repo">Opens git repository on Github</string>

</resources>
3 changes: 1 addition & 2 deletions MapEver/res/xml/pref_general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
android:title="@string/pref_title_git_repo" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/LockeFromTheBlock/sp-android/" />
<!-- TODO PUBLIC REPOSITORY! -->
android:data="https://github.com/diedricm/MapEver" />
</Preference>
</PreferenceCategory>

Expand Down

0 comments on commit 0b2b771

Please sign in to comment.