File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
java/com/simplemobiletools/notes Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ private void saveText() {
5858 final String text = notesView .getText ().toString ().trim ();
5959 prefs .edit ().putString (Constants .TEXT , text ).apply ();
6060
61- Toast .makeText (this , "Text saved" , Toast .LENGTH_SHORT ).show ();
61+ Toast .makeText (this , getResources (). getString ( R . string . text_saved ) , Toast .LENGTH_SHORT ).show ();
6262 hideKeyboard ();
6363 updateWidget ();
6464 }
Original file line number Diff line number Diff line change 22 <string name =" app_name" >Simple Notes</string >
33 <string name =" widget_config" >Thank you for using Simple Notes.\nFor more simple apps please visit SimpleMobileTools.com.\n</string >
44 <string name =" save" >Save</string >
5+ <string name =" text_saved" >Text Saved</string >
56
67 <!-- About -->
78 <string name =" about" >About</string >
You can’t perform that action at this time.
0 commit comments