Moving TaggedButtonGrid icons into localization file

This commit is contained in:
FlorianDahn
2023-06-04 17:17:15 +02:00
parent 6ae92b0b29
commit 54513c0214
2 changed files with 11 additions and 6 deletions
+3 -2
View File
@@ -10,8 +10,7 @@ public class English : Localization
Values["ButtonGrid_PreviousPage"] = "◀️";
Values["ButtonGrid_NextPage"] = "▶️";
Values["ButtonGrid_CurrentPage"] = "Page {0} of {1}";
Values["ButtonGrid_SearchFeature"] =
"💡 Send a message to filter the list. Click the 🔍 to reset the filter.";
Values["ButtonGrid_SearchFeature"] = "💡 Send a message to filter the list. Click the 🔍 to reset the filter.";
Values["ButtonGrid_Back"] = "Back";
Values["ButtonGrid_CheckAll"] = "Check all";
Values["ButtonGrid_UncheckAll"] = "Uncheck all";
@@ -31,5 +30,7 @@ public class English : Localization
Values["MultiToggleButton_Changed"] = "Chosen";
Values["PromptDialog_Back"] = "Back";
Values["ToggleButton_Changed"] = "Setting changed";
Values["ButtonGrid_SearchIcon"] = "🔍";
Values["ButtonGrid_TagIcon"] = "📁";
}
}