1) Fixed wording in a few places.
[project/luci.git] / applications / luci-pbx / luasrc / model / cbi / pbx-calls.lua
index 68bfaca85e7385c85232b2e78a5780716e73d0a8..af18c6ff003fa150c841a303b53c6c1082026a0b 100644 (file)
@@ -206,7 +206,7 @@ for k,v in pairs(validinaccounts) do
       value = self.map:get(section, self.option)
       
       if value == nil then
-         return {translate("Rings all users enabled for incoming calls")}
+         return {translate("All users enabled for incoming calls")}
       else
          return value
       end
@@ -259,7 +259,7 @@ for k,v in pairs(validoutusers) do
       value = self.map:get(section, self.option)
       
       if value == nil then
-         return {translate("Uses all providers enabled for outgoing calls")}
+         return {translate("All providers enabled for outgoing calls")}
       else
          newvalue = {}
          -- Convert internal names to user@host values.