Skip to content

Commit

Permalink
Improved some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
aario committed Mar 19, 2017
1 parent b022f44 commit 51958aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SNotepad
SNotepad is simple yet professional notepad app for android.
The S stands for Suckless/Simple.
The S stands for Suckless/Simple.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/about_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:id="@+id/tvVersion"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="version here"
android:text="@string/tvVersion_text"
android:textSize="14sp" />

<TextView
Expand Down
6 changes: 4 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<string name="btRedo_text">Redo</string>
<string name="saving_path">Saving path:</string>
<string name="btChangePath_title">Select Folder</string>
<string name="tvVersion_text">Version: 1.0.0</string>
<string name="tvAbout_text">SNotepad is simple yet professional notepad app for android. The S
stands for Suckless/Simple.&lt;br/&gt;
While you enjoy the features of top modern notepad apps like multiple notes management
Expand All @@ -20,8 +21,9 @@
it address of your owncloud folder if you have OwnCloud app installed. Therefor you
can have all your notes backed up by OwnCloud.&lt;br/&gt;
&lt;br/&gt;
It takes a lot of time and effort to write a software. If you found SNotepad usefull,
please consider making a donation by clicking the button on bottom right.&lt;br/&gt;
SNotepad is open source. It takes a lot of time and effort to write a software.
If you found SNotepad usefull, please consider making a donation by clicking the
button on bottom right.&lt;br/&gt;
Thanks.</string>
<string name="donate_url">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=UJTM2GDGPEFHA</string>
<string name="save_dialog_question">You have unsaved changes. Do you want to save them?</string>
Expand Down

0 comments on commit 51958aa

Please sign in to comment.