Skip to content

Commit 9f2228e

Browse files
committed
Update translations, fix strings
Praying to god this isn't broken
1 parent 5671597 commit 9f2228e

33 files changed

+2905
-2947
lines changed

cartridges/preferences.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def resolve_locations(self, source: Source) -> None:
358358

359359
except UnresolvableLocationError:
360360
title = _("Installation Not Found")
361-
description = _("Select a valid directory.")
361+
description = _("Select a valid directory")
362362
format_start = '<span rise="12pt"><b><big>'
363363
format_end = "</big></b></span>\n"
364364

data/gtk/window.blp

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ using Adw 1;
44
Adw.StatusPage notice_no_results {
55
icon-name: "system-search-symbolic";
66
title: _("No Games Found");
7-
description: _("Try a different search.");
7+
description: _("Try a different search");
88
vexpand: true;
99
valign: center;
1010
}
1111

1212
Adw.StatusPage hidden_notice_no_results {
1313
icon-name: "system-search-symbolic";
1414
title: _("No Games Found");
15-
description: _("Try a different search.");
15+
description: _("Try a different search");
1616
vexpand: true;
1717
valign: center;
1818
}
1919

2020
Adw.StatusPage notice_empty {
2121
title: _("No Games");
22-
description: _("Use the + button to add games.");
22+
description: _("Use the + button to add games");
2323
vexpand: true;
2424
valign: center;
2525

@@ -38,7 +38,7 @@ Adw.StatusPage notice_empty {
3838
Adw.StatusPage hidden_notice_empty {
3939
icon-name: "view-conceal-symbolic";
4040
title: _("No Hidden Games");
41-
description: _("Games you hide will appear here.");
41+
description: _("Games you hide will appear here");
4242
vexpand: true;
4343
valign: center;
4444
}

po/POTFILES

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
data/hu.kramo.Cartridges.desktop.in
2-
data/hu.kramo.Cartridges.gschema.xml.in
3-
data/hu.kramo.Cartridges.metainfo.xml.in
1+
data/page.kramo.Cartridges.desktop.in
2+
data/page.kramo.Cartridges.gschema.xml.in
3+
data/page.kramo.Cartridges.metainfo.xml.in
44

55
data/gtk/details-dialog.blp
66
data/gtk/game.blp
@@ -30,4 +30,4 @@ cartridges/importer/lutris_source.py
3030
cartridges/importer/retroarch_source.py
3131
cartridges/importer/steam_source.py
3232

33-
cartridges/store/managers/sgdb_manager.py
33+
cartridges/store/managers/sgdb_manager.py

0 commit comments

Comments
 (0)