Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Aug 7, 2017
1 parent 76d101a commit 708350b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;

public class ShutdownReceiver extends BroadcastReceiver {
private PixelWallpaperService.PixelWallpaperEngine pwe;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<string name="author">Conny Duck</string>

<string name="pref_open_source_title">Diese App ist Open Source</string>
<string name="pref_open_source_summary">Der Quellcode ist auf Github verfügbar</string>
<string name="pref_open_source_summary">Der Quellcode ist auf GitHub verfügbar</string>


</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<string name="author">Conny Duck</string>

<string name="pref_open_source_title">This app is Open Source</string>
<string name="pref_open_source_summary">Get the code on Github!</string>
<string name="pref_open_source_summary">Get the code on GitHub!</string>



Expand Down

0 comments on commit 708350b

Please sign in to comment.