fix button text l10n

This commit is contained in:
Volkan Gezer 2014-09-21 17:32:37 +02:00 committed by Morris Jobke
parent 5aaf8dcc01
commit d16b8c03e9

View file

@ -74,7 +74,7 @@
// hack the buttons
$dialog.find('.ui-icon').remove();
$buttons.eq(0).text(t('core', 'Cancel'));
$buttons.eq(1).text(t('core', 'Add remote share'));
$buttons.eq(1).text(t('files_sharing', 'Add remote share'));
};
})();