locale: tweak and add "No factions found."

This commit is contained in:
Luke aka SwissalpS 2024-09-15 00:34:13 +02:00
parent 116bc756e1
commit bf9905e238
3 changed files with 3 additions and 3 deletions

@ -268,7 +268,7 @@ local function handle_command(name, param)
if faction_name == nil then if faction_name == nil then
local player_factions = factions.get_player_factions(name) local player_factions = factions.get_player_factions(name)
if not player_factions then if not player_factions then
return true, S("no faction found") return true, S("No factions found.")
elseif #player_factions == 1 then elseif #player_factions == 1 then
faction_name = player_factions[1] faction_name = player_factions[1]
else else

@ -77,4 +77,4 @@ You don't own any factions.=Vous nêtes propriétaire daucune faction.
You cannot kick the owner of a faction, use '/factions chown <player> [faction]' to change the ownership.=Vous ne pouvez pas virer le propriétaire de sa faction, utilisez '/factions chown <player> [faction]' pour changer le propriétaire. You cannot kick the owner of a faction, use '/factions chown <player> [faction]' to change the ownership.=Vous ne pouvez pas virer le propriétaire de sa faction, utilisez '/factions chown <player> [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. 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.=

@ -77,4 +77,4 @@ You don't own any factions.=
You cannot kick the owner of a faction, use '/factions chown <player> [faction]' to change the ownership.= You cannot kick the owner of a faction, use '/factions chown <player> [faction]' to change the ownership.=
You cannot leave your own faction, change owner or disband it.= You cannot leave your own faction, change owner or disband it.=
No factions found.=