[gnome-taquin/arnaudb/wip/gtk4: 22/56] Fix NewGameScreen.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin/arnaudb/wip/gtk4: 22/56] Fix NewGameScreen.
- Date: Wed, 30 Sep 2020 13:55:32 +0000 (UTC)
commit 85a7f15a2755546def7bd8a90a0988eaf69b3daa
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Feb 20 20:02:59 2020 +0100
Fix NewGameScreen.
src/taquin-main.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/taquin-main.vala b/src/taquin-main.vala
index 321823c..7416804 100644
--- a/src/taquin-main.vala
+++ b/src/taquin-main.vala
@@ -527,13 +527,13 @@ private class Taquin : Gtk.Application, BaseApplication
switch (theme_id)
{
/* Translators: when configuring a new game, button label for the theme, if the current theme is
Cats */
- case "cats": return _("Theme: Cats ▾");
+ case "cats": return _("Theme: Cats");
/* Translators: when configuring a new game, button label for the theme, if the current theme is
Numbers */
- case "numbers": return _("Theme: Numbers ▾");
+ case "numbers": return _("Theme: Numbers");
/* Translators: when configuring a new game, button label for the theme, if the current theme
has been added by the user; the %s is replaced by the theme name */
- default: return _("Theme: %s ▾").printf (theme_id);
+ default: return _("Theme: %s").printf (theme_id);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]