File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[Desktop Entry]
2- Name =Notes
2+ Name =Notes-Up
33Comment =Your markdown notebook
44Exec =/usr/bin/notes-up
55Icon =com.github.philip-scott.notes-up
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ namespace ENotes {
5959}
6060
6161public class ENotes.Application : Gtk .Application {
62- public const string PROGRAM_NAME = N_ ("Notes -up ");
62+ public const string PROGRAM_NAME = N_ ("Notes -Up ");
6363 public const string COMMENT = N_ ("Your Markdown Notebook .");
6464 public const string ABOUT_STOCK = N_ ("About Notes ");
6565
Original file line number Diff line number Diff line change @@ -148,9 +148,9 @@ public class ENotes.Headerbar : Gtk.HeaderBar {
148148
149149 public new void set_title (string ? title ) {
150150 if (title != null ) {
151- this . title = title + " - Notes-up " ;
151+ this . title = title + " - Notes-Up " ;
152152 } else {
153- this . title = " Notes-up " ;
153+ this . title = " Notes-Up " ;
154154 }
155155 }
156156
You can’t perform that action at this time.
0 commit comments