Skip to content

Commit b2ce3a9

Browse files
authored
[5.0] %s for strings/float in sprintf (#41740)
rework #41710
1 parent 8a08348 commit b2ce3a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

administrator/language/en-GB/com_finder.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ COM_FINDER_STATISTICS="Statistics"
245245
COM_FINDER_STATISTICS_LINK_TYPE_COUNT="Count"
246246
COM_FINDER_STATISTICS_LINK_TYPE_HEADING="Link Type"
247247
COM_FINDER_STATISTICS_LINK_TYPE_TOTAL="Total"
248-
COM_FINDER_STATISTICS_STATS_DESCRIPTION="The indexed content on this site includes %d terms across %d links with %d attributes in %d branches."
248+
COM_FINDER_STATISTICS_STATS_DESCRIPTION="The indexed content on this site includes %s terms across %s links with %s attributes in %s branches."
249249
COM_FINDER_STATISTICS_TITLE="Smart Search Statistics"
250250
COM_FINDER_XML_DESCRIPTION="Smart Search."

administrator/language/en-GB/plg_content_vote.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PLG_VOTE_BOTTOM="Bottom"
88
PLG_VOTE_LABEL="Please Rate"
99
PLG_VOTE_POSITION_LABEL="Position"
1010
PLG_VOTE_RATE="Rate"
11-
PLG_VOTE_STAR_RATING="Rating: %d out of 5"
11+
PLG_VOTE_STAR_RATING="Rating: %s out of 5"
1212
PLG_VOTE_TOP="Top"
1313
PLG_VOTE_TOTAL_VOTES="Total Votes: %d"
1414
PLG_VOTE_TOTAL_VOTES_LABEL="Number of Votes"

language/en-GB/finder_cli.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ FINDER_CLI_SAVE_FILTER_COMPLETED="- number of saved filters: %s"
1919
FINDER_CLI_SAVE_FILTERS="Saving filters"
2020
FINDER_CLI_SETTING_UP_PLUGINS="Setting up Smart Search plugins"
2121
FINDER_CLI_SETUP_ITEMS="Setup %d items in %s seconds."
22-
FINDER_CLI_SKIPPING_PAUSE_LOW_BATCH_PROCESSING_TIME=" * Skipping pause, as previous batch had a very low processing time (%ds < %ds)"
22+
FINDER_CLI_SKIPPING_PAUSE_LOW_BATCH_PROCESSING_TIME=" * Skipping pause, as previous batch had a very low processing time (%ss < %ds)"
2323
FINDER_CLI_STARTING_INDEXER="Starting Indexer"

0 commit comments

Comments
 (0)