Browse Source

translation online with movim

pull/16/head
gnulos 10 years ago
parent
commit
8cd01daeba
  1. 2
      app/widgets/Presence/Presence.php
  2. 1
      app/widgets/Presence/locales.ini

2
app/widgets/Presence/Presence.php

@ -65,7 +65,7 @@ class Presence extends WidgetBase
$value = 'chat';
if($presence == null|| !isset($presence['status']) || $presence['status'] == '')
$status = 'Online with Movim';
$status = $this->__('status.online');
} else {
$status = $form['status'];
$value = $form['value'];

1
app/widgets/Presence/locales.ini

@ -3,3 +3,4 @@ status.here = 'Your status here !'
status.updated = 'Status updated'
status.status = 'Status'
status.presence = 'Presence'
status.online = 'Online with Movim'
Loading…
Cancel
Save