Update translations, fix strings
Praying to god this isn't broken
This commit is contained in:
@@ -4,7 +4,7 @@ using Adw 1;
|
||||
Adw.StatusPage notice_no_results {
|
||||
icon-name: "system-search-symbolic";
|
||||
title: _("No Games Found");
|
||||
description: _("Try a different search.");
|
||||
description: _("Try a different search");
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
}
|
||||
@@ -12,14 +12,14 @@ Adw.StatusPage notice_no_results {
|
||||
Adw.StatusPage hidden_notice_no_results {
|
||||
icon-name: "system-search-symbolic";
|
||||
title: _("No Games Found");
|
||||
description: _("Try a different search.");
|
||||
description: _("Try a different search");
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
}
|
||||
|
||||
Adw.StatusPage notice_empty {
|
||||
title: _("No Games");
|
||||
description: _("Use the + button to add games.");
|
||||
description: _("Use the + button to add games");
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
|
||||
@@ -38,7 +38,7 @@ Adw.StatusPage notice_empty {
|
||||
Adw.StatusPage hidden_notice_empty {
|
||||
icon-name: "view-conceal-symbolic";
|
||||
title: _("No Hidden Games");
|
||||
description: _("Games you hide will appear here.");
|
||||
description: _("Games you hide will appear here");
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user