aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/publish-calendar.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2007-09-11 01:07:27 +0800
committerAndre Klapper <aklapper@src.gnome.org>2007-09-11 01:07:27 +0800
commit37d15e396ad848f52fd0bdd2885bb14890ae4f3b (patch)
tree2ffe1dc6429fd18ff78f31bd9681ee4dbf8ebbb1 /plugins/publish-calendar/publish-calendar.c
parent326e897f794ed58f02f982a6558396d5110ccb10 (diff)
downloadgsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.tar
gsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.tar.gz
gsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.tar.bz2
gsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.tar.lz
gsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.tar.xz
gsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.tar.zst
gsoc2013-evolution-37d15e396ad848f52fd0bdd2885bb14890ae4f3b.zip
fix chen's string freeze break.
2007-09-10 Andre Klapper <a9016009@gmx.de> * publish-calendar.c: (publish): fix chen's string freeze break. svn path=/trunk/; revision=34222
Diffstat (limited to 'plugins/publish-calendar/publish-calendar.c')
-rw-r--r--plugins/publish-calendar/publish-calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/publish-calendar/publish-calendar.c b/plugins/publish-calendar/publish-calendar.c
index 92d254d5ca..5d11e7c86f 100644
--- a/plugins/publish-calendar/publish-calendar.c
+++ b/plugins/publish-calendar/publish-calendar.c
@@ -88,7 +88,7 @@ publish (EPublishUri *uri)
if (!password && req_pass) {
gboolean remember;
- char *prompt = g_strdup_printf (_("Enter the password for %s"), uri->location);
+ char *prompt = g_strdup_printf (_("Enter the password for `%s'"), uri->location);
password = e_passwords_ask_password (_("Enter password"), "", uri->location, prompt,
E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET|E_PASSWORDS_ONLINE,