Skip to content

Commit 06bf116

Browse files
committed
text
1 parent 374c25f commit 06bf116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/share/archlinux-tweak-tool/desktopr_GUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack12, desktopr, Functions, base_dir, Pango)
2929
# DROPDOWN
3030
# =======================================
3131
label_warning = Gtk.Label(xalign=0)
32-
label_warning.set_text("If the ArcoLinux repos are not present we will add them")
32+
label_warning.set_markup("If the ArcoLinux repos are not present you need to add them.\nSome of the desktops can only be installed <b>\nif we can install the ArcoLinux packages</b>.")
3333
label = Gtk.Label(xalign=0)
3434
label.set_text("Select a desktop")
3535
self.d_combo = Gtk.ComboBoxText()
@@ -89,7 +89,7 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack12, desktopr, Functions, base_dir, Pango)
8989
self.desktopr_stat.set_ellipsize (Pango.EllipsizeMode.MIDDLE)
9090

9191
noice = Gtk.Label(xalign=0)
92-
noice.set_text("We will backup and overwrite your ~/.config when installing desktops\nBackup is in ~/.config-att folder\nLog files are located in /var/log/archlinux")
92+
noice.set_markup("We will backup and overwrite your ~/.config when installing desktops\nBackup is in ~/.config-att folder\nLog files are located in /var/log/archlinux")
9393
noice.set_line_wrap(True)
9494
self.desktopr_error = Gtk.Label(xalign=0)
9595

0 commit comments

Comments
 (0)