mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-12-22 22:02:30 +01:00
locale: tweak and add "No factions found."
This commit is contained in:
parent
116bc756e1
commit
bf9905e238
2
init.lua
2
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
|
||||
|
@ -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 <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.
|
||||
|
||||
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 leave your own faction, change owner or disband it.=
|
||||
|
||||
No factions found.=
|
||||
|
Loading…
Reference in New Issue
Block a user