Skip to content

Commit 5fe139c

Browse files
committed
Misc fixes
1 parent fe2a25d commit 5fe139c

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

data/io.github.leolost2605.syncher.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type=Application
44

55
Name=Syncher
66
Comment=Synchronize your apps and settings
7-
Categories=Education;ComputerScience;
7+
Categories=
88

99
Icon=io.github.leolost2605.syncher
1010
Exec=io.github.leolost2605.syncher

src/WelcomeView/FinishPage.vala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ public class Syncher.FinishPage : Gtk.Box, AbstractWelcomePage {
1919
image_overlay.add_overlay (emblem);
2020

2121
var label = new Gtk.Label (
22-
"<span size='xx-large'><b>%s</b></span>\n<span weight='light'>%s</span>".printf (
23-
_("Finish"),
24-
_("Let's go!.")
22+
"<span size='xx-large'><b>%s</b></span>".printf (
23+
_("You are ready to go!")
2524
)
2625
) {
2726
halign = CENTER,

src/WelcomeView/ModulePage.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Syncher.ModulePage : Gtk.Box, AbstractWelcomePage {
1414
var label = new Gtk.Label (
1515
"<span size='xx-large'><b>%s</b></span>\n<span weight='light'>%s</span>".printf (
1616
_("What to synchronize"),
17-
_("Next select the items you want to synchronize")
17+
_("Next select the items you want to be synchronized:")
1818
)
1919
) {
2020
halign = CENTER,

src/WelcomeView/WelcomePage.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Syncher.WelcomePage : Gtk.Box, AbstractWelcomePage {
2121
var label = new Gtk.Label (
2222
"<span size='xx-large'><b>%s</b></span>\n<span weight='light'>%s</span>".printf (
2323
_("Welcome"),
24-
_("Follow the instructions to get Syncher up and running and out of your way for seamless integration between your devices! If you are new to Linux it is recommended to use the detailed First Setup Guide by clicking 'Need Help?'.")
24+
_("Follow the instructions to get Syncher up and running and out of your way for seamless integration between your devices! If you are unsure what's going on it is recommended to use the detailed First Setup Guide by clicking 'Need Help?'.")
2525
)
2626
) {
2727
halign = CENTER,

0 commit comments

Comments
 (0)