[Pkg-owncloud-commits] [owncloud] 95/258: fix button text l10n
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 6946962609548141eb4b7091b56be123c4775bae
Author: Volkan Gezer <volkangezer at gmail.com>
Date: Sun Sep 21 17:32:37 2014 +0200
fix button text l10n
---
apps/files_sharing/js/external.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/js/external.js b/apps/files_sharing/js/external.js
index e743d2e..6ede258 100644
--- a/apps/files_sharing/js/external.js
+++ b/apps/files_sharing/js/external.js
@@ -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'));
};
})();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list