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.=