Skip to content

Commit

Permalink
Merge pull request #105 from underhilllabs/dev
Browse files Browse the repository at this point in the history
Fixes spelling of baging to bagging
  • Loading branch information
tcitworld committed Nov 12, 2015
2 parents 7db46e4 + b46e9fb commit 8f7952a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected void onCreate(Bundle savedInstanceState) {
return;
}

Log.d(TAG, "Baging " + pageUrl);
Log.d(TAG, "Bagging " + pageUrl);

ProgressDialog progressDialog = new ProgressDialog(this);
progressDialog.setMessage(getString(R.string.d_addingToWallabag_text));
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GAULUPEAU Jonathan — 2013-2015
<string name="d_connectionFail_title">Connection Failure</string>
<string name="d_bag_fail_title">Fail</string>
<string name="d_bag_fail_text">Couldn\'t find a URL in share string:\n</string>
<string name="d_addingToWallabag_text">Baging page</string>
<string name="d_addingToWallabag_text">Bagging page</string>
<string name="firstRun_d_welcome">Welcome to wallabag</string>
<string name="firstRun_d_configure">Please configure this app with your hosted wallabag to get started.</string>
<string name="open_original">"Open original: "</string>
Expand Down

0 comments on commit 8f7952a

Please sign in to comment.