~om26er/ubuntu/natty/empathy/empathy-fix-769234

« back to all changes in this revision

Viewing changes to debian/patches/reword_subscription_dailog_to_be_less_technical.patch

  • Committer: Ken VanDine
  • Date: 2011-02-24 18:21:05 UTC
  • Revision ID: ken.vandine@canonical.com-20110224182105-722b8faszc2nzje3
Tags: 2.33.2-0ubuntu1
releasing version 2.33.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Alex Launi <alex.launi@gmail.com>
2
 
Subject: Reword subscription request dialog to be less technical.
3
 
Origin: http://git.gnome.org/browse/empathy/commit/?id=20bf62e79da14568fcd8c65fd561d601acf4b882
4
 
Bug: https://bugs.gnome.org/633870
5
 
Bug-Ubuntu: https://launchpad.net/bugs/670197
6
 
 
7
 
---
8
 
Index: empathy-2.33.1/src/empathy-event-manager.c
9
 
===================================================================
10
 
--- empathy-2.33.1.orig/src/empathy-event-manager.c     2011-02-02 05:04:45.000000000 -0500
11
 
+++ empathy-2.33.1/src/empathy-event-manager.c  2011-02-02 11:22:22.581459005 -0500
12
 
@@ -1054,7 +1054,7 @@
13
 
       return;
14
 
     }
15
 
 
16
 
-  header = g_strdup_printf (_("Subscription requested by %s"),
17
 
+  header = g_strdup_printf (_("%s would like permission to see when you are available"),
18
 
     empathy_contact_get_alias (contact));
19
 
 
20
 
   if (!EMP_STR_EMPTY (message))