fix #460 ("Lookup entry with "%1$s"")

This commit is contained in:
Philipp Crocoll
2018-07-20 21:44:29 +02:00
parent 94f6f4bdff
commit 7a860f8564
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@@ -1423,7 +1423,7 @@ public class KP2AKeyboard extends InputMethodService
try
{
searchEntry.key = searchEntry.displayName
= getString(R.string.open_entry_for_app, clientPackageName);
= getString(R.string.open_entry_for_app, new Object[]{clientPackageName});
}
catch (java.util.FormatFlagsConversionMismatchException e) //buggy crowdin support for Arabic?
{