From bf9905e238dc45026df0ea18821e2fbfcd92d7b1 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Sun, 15 Sep 2024 00:34:13 +0200 Subject: [PATCH] locale: tweak and add "No factions found." --- init.lua | 2 +- locale/playerfactions.fr.tr | 2 +- locale/template.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index c791b64..92b7cdf 100644 --- a/init.lua +++ b/init.lua @@ -268,7 +268,7 @@ local function handle_command(name, param) if faction_name == nil then local player_factions = factions.get_player_factions(name) if not player_factions then - return true, S("no faction found") + return true, S("No factions found.") elseif #player_factions == 1 then faction_name = player_factions[1] else diff --git a/locale/playerfactions.fr.tr b/locale/playerfactions.fr.tr index d2d6540..3aeb69d 100644 --- a/locale/playerfactions.fr.tr +++ b/locale/playerfactions.fr.tr @@ -77,4 +77,4 @@ You don't own any factions.=Vous n’êtes propriétaire d’aucune faction. You cannot kick the owner of a faction, use '/factions chown [faction]' to change the ownership.=Vous ne pouvez pas virer le propriétaire de sa faction, utilisez '/factions chown [faction]' pour changer le propriétaire. You cannot leave your own faction, change owner or disband it.=Vous ne pouvez pas quitter votre propre faction, changez le propriétaire ou dissolvez la. - +No factions found.= diff --git a/locale/template.txt b/locale/template.txt index 44af0ad..41e6e28 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -77,4 +77,4 @@ You don't own any factions.= You cannot kick the owner of a faction, use '/factions chown [faction]' to change the ownership.= You cannot leave your own faction, change owner or disband it.= - +No factions found.=