[Pkg-owncloud-commits] [owncloud] 116/273: fix server share dialog title

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:05 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 11788c9579386eb1fc34b8686c440cead8c63de3
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Sat Jun 28 01:54:51 2014 +0200

    fix server share dialog title
---
 apps/files_sharing/js/external.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/files_sharing/js/external.js b/apps/files_sharing/js/external.js
index a142819..1eb447d 100644
--- a/apps/files_sharing/js/external.js
+++ b/apps/files_sharing/js/external.js
@@ -43,10 +43,10 @@
 		};
 		if (!passwordProtected) {
 			OC.dialogs.confirm(t('files_sharing', 'Add {name} from {owner}@{remote}', {name: name, owner: owner, remote: remoteClean})
-				, 'Add Share', callback, true);
+				, t('files_sharing','Add Share'), callback, true);
 		} else {
 			OC.dialogs.prompt(t('files_sharing', 'Add {name} from {owner}@{remote}', {name: name, owner: owner, remote: remoteClean})
-				, 'Add Share', callback, true, 'Password', true);
+				, t('files_sharing','Add Share'), callback, true, t('files_sharing','Password'), true);
 		}
 	};
 })();

-- 
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