diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:01:45 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:01:45 +0000 |
commit | 2b3e5469d5740b3426f246648014de6f069a2c05 (patch) | |
tree | 2d20fb7ba47b6406e68f36837b1947192aab202e /plugins/Actman | |
parent | 4874e848f64514f3d6f76e2f0e341a67e791b6eb (diff) |
"N/A" -> "Not available" (thx Wishmaster for idea)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman')
-rw-r--r-- | plugins/Actman/services.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index bc5864a361..54d94b1496 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -75,7 +75,7 @@ descr=Change 'hide offline contacts' option value [Service:CList/SetStatusMode]
alias=MS_CLIST_SETSTATUSMODE
-wparam=40071 Offline|40072 Online|40073 Away|40074 DND|40075 NA|40076 Occupied|40077 Free for Chat|40078 Invisible|40079 On the Phone|40080 Out to Lunch
+wparam=40071 Offline|40072 Online|40073 Away|40074 DND|40075 Not available|40076 Occupied|40077 Free for Chat|40078 Invisible|40079 On the Phone|40080 Out to Lunch
lparam=0
return=int 0, if successful
descr=Set global status
@@ -442,14 +442,14 @@ descr=Manage Jabber Bookmarks [Service:<proto>/SetAwayMsg]
alias=PS_SETAWAYMSG
-wparam=40071 Offline|40072 Online|40073 Away|40074 DND|40075 NA|40076 Occupied|40077 Free for Chat|40078 Invisible|40079 On the Phone|40080 Out to Lunch
+wparam=40071 Offline|40072 Online|40073 Away|40074 DND|40075 Not available|40076 Occupied|40077 Free for Chat|40078 Invisible|40079 On the Phone|40080 Out to Lunch
lparam=text
return=int 0, if successful
descr=Set status message
[Service:<proto>/SetStatus]
alias=PS_SETSTATUS
-wparam=40071 Offline|40072 Online|40073 Away|40074 DND|40075 NA|40076 Occupied|40077 Free for Chat|40078 Invisible|40079 On the Phone|40080 Out to Lunch
+wparam=40071 Offline|40072 Online|40073 Away|40074 DND|40075 Not available|40076 Occupied|40077 Free for Chat|40078 Invisible|40079 On the Phone|40080 Out to Lunch
lparam=0
return=int 0, if successful
descr=Set protocol status
|