diff --git a/CharacterMap/CharacterMap/CharacterMap.csproj b/CharacterMap/CharacterMap/CharacterMap.csproj
index 6a0ece95..c114bd45 100644
--- a/CharacterMap/CharacterMap/CharacterMap.csproj
+++ b/CharacterMap/CharacterMap/CharacterMap.csproj
@@ -466,6 +466,7 @@
+
diff --git a/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml b/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml
index 487255aa..2a70c6cc 100644
--- a/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml
+++ b/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml
@@ -14,7 +14,10 @@
SecondaryButtonClick="{x:Bind Hide}"
SecondaryButtonStyle="{StaticResource DefaultThemeButtonStyle}"
Style="{StaticResource DefaultThemeContentDialogStyle}"
- mc:Ignorable="d">
+ mc:Ignorable="d"
+ d:PrimaryButtonText="Create"
+ d:SecondaryButtonText="Cancel"
+ d:Title="Create Collection">
@@ -69,7 +73,10 @@
Margin="0 -2"
Orientation="Horizontal"
Spacing="4">
-
+
-
+
-
+
-
+
+ Text="{core:Localizer Key=CharacterFilter}"
+ d:Text="char:" />
@@ -154,7 +171,7 @@
x:Name="FilterPreview"
x:Load="{x:Bind TemplateSettings.IsSmartCollection, Mode=OneWay}"
Grid.Column="1"
- Width="208"
+ Width="256"
Margin="16 0 -8 0"
Padding="8"
Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}"
diff --git a/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml.cs b/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml.cs
index 800dcdd5..cd7fc95b 100644
--- a/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml.cs
+++ b/CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml.cs
@@ -39,7 +39,7 @@ public void Populate(IFontCollection c)
{
IsSmartCollection = true;
- Populate("char:", Localization.Get("CharFilter"), s => FilterCharacters = s);
+ Populate("char:", Localization.Get("CharacterFilter"), s => FilterCharacters = s);
Populate("filepath:", Localization.Get("FilePathFilter"), s => FilterFilePath = s);
Populate("foundry:", Localization.Get("FoundryFilter"), s => FilterFoundry = s);
Populate("designer:", Localization.Get("DesignerFilter"), s => FilterDesigner = s);
diff --git a/CharacterMap/CharacterMap/Core/FontFinder.cs b/CharacterMap/CharacterMap/Core/FontFinder.cs
index 07a4bae3..e3e50990 100644
--- a/CharacterMap/CharacterMap/Core/FontFinder.cs
+++ b/CharacterMap/CharacterMap/Core/FontFinder.cs
@@ -653,7 +653,7 @@ public static FontQueryResults QueryFontList(
if (!string.IsNullOrWhiteSpace(query))
{
string q;
- if (IsQuery(query, Localization.Get("CharFilter"), "char:", out q))
+ if (IsQuery(query, Localization.Get("CharacterFilter"), "char:", out q))
{
foreach (var ch in q)
{
diff --git a/CharacterMap/CharacterMap/Core/Properties.cs b/CharacterMap/CharacterMap/Core/Properties.cs
index 42fb3b9e..7da87042 100644
--- a/CharacterMap/CharacterMap/Core/Properties.cs
+++ b/CharacterMap/CharacterMap/Core/Properties.cs
@@ -1479,7 +1479,7 @@ static partial void OnPreviewStringTriggerChanged(DependencyObject d, Dependency
if (t.GetFirstAncestorOfType() is { } pt
&& GetTag(pt) is MainViewModel vm
&& vm.FontSearch is { Length: > 4 } query
- && FontFinder.IsQuery(query, Localization.Get("CharFilter"), "char:", out string q))
+ && FontFinder.IsQuery(query, Localization.Get("CharacterFilter"), "char:", out string q))
text = q;
// Set TextBlock text
diff --git a/CharacterMap/CharacterMap/MultilingualResources/CharacterMap.de-DE.xlf b/CharacterMap/CharacterMap/MultilingualResources/CharacterMap.de-DE.xlf
index 6123d88a..6c5dc9ff 100644
--- a/CharacterMap/CharacterMap/MultilingualResources/CharacterMap.de-DE.xlf
+++ b/CharacterMap/CharacterMap/MultilingualResources/CharacterMap.de-DE.xlf
@@ -20,7 +20,7 @@
- Kopie (nur Zeichen)
+ Als Text kopieren
@@ -32,8 +32,7 @@
- Monochrome Glyphen
- Please verify the translation’s accuracy as the source string was updated after it was translated.
+ Monochrome Glyphen
@@ -961,8 +960,7 @@ Erwäge, die Details über diesen Fehler bei GitHub mitzuteilen, damit wir dir b
- CJK
- Please verify the translation’s accuracy as the source string was updated after it was translated.
+ CJK (Chinesisch/Japanisch/Koreanisch)
@@ -2082,7 +2080,7 @@ Otherwise, "All Fonts" is selected by default on every launch.
- {0}, e.g. {1}
+ {0}, z. B. {1}
@@ -2106,7 +2104,7 @@ Otherwise, "All Fonts" is selected by default on every launch.
- e.g. {0}
+ z. B. {0}
@@ -2161,11 +2159,6 @@ Otherwise, "All Fonts" is selected by default on every launch.
RestoreOpposite of Fullscreen
-
-
- char:
- Command used for character searches. Should be short.
- Create as Smart Collection
@@ -2174,6 +2167,11 @@ Otherwise, "All Fonts" is selected by default on every launch.
View online documentation for Smart Collections
+
+
+ char:
+ Command used for character searches. Should be short.
+ designer:
@@ -2201,6 +2199,10 @@ Otherwise, "All Fonts" is selected by default on every launch.
Foundry Filter
+
+
+ Character Filter
+ Edit
@@ -2239,7 +2241,7 @@ Otherwise, "All Fonts" is selected by default on every launch.
- Refresh results
+ Ergebnisse aktualisieren
@@ -2257,6 +2259,10 @@ Otherwise, "All Fonts" is selected by default on every launch.
Font List Preview ToolTip
+
+
+ Füllfederhalter
+