Skip to content

Commit 4cbbd09

Browse files
committed
more placeholders
1 parent 9ab776d commit 4cbbd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Services/Utils.vala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ namespace Jorts.Utils {
133133
_("Today selfcare to do"),
134134
_("Important affirmations to remember"),
135135
_("The coolest linux apps"),
136-
_("My favourite dishes")
136+
_("My favourite dishes"),
137+
_("My funniest jokes")
137138
};
138139
return alltitles[Random.int_range (0, alltitles.length)];
139140
}

0 commit comments

Comments
 (0)