]> git.0d.be Git - empathy.git/commitdiff
Minor string fixes. Fixes bug #571635
authorBruce Cowan <bugs@bcowan.fastmail.co.uk>
Mon, 16 Feb 2009 21:24:13 +0000 (21:24 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 16 Feb 2009 21:24:13 +0000 (21:24 +0000)
From: Bruce Cowan <bugs@bcowan.fastmail.co.uk>

svn path=/trunk/; revision=2473

data/empathy.schemas.in
libempathy-gtk/empathy-chat-text-view.c
src/empathy-call-window.glade
src/empathy-preferences.glade

index 43a2f81a5fce5d531b1ad104a2df574e6854ff79..62b462fb2aac3756c947be416d1f5c1145d04332 100644 (file)
       <locale name="C">
          <short>Disable sounds when away</short>
          <long>
       <locale name="C">
          <short>Disable sounds when away</short>
          <long>
-         Whether or not to play sound notifications when away or busy.
+         Whether or not to play sound notifications when away or busy.
          </long>
       </locale>
     </schema>
          </long>
       </locale>
     </schema>
index b87128cc35e5f614a56fcd143d18a90f50580c25..7e6fb459e70d144007b6d6f4314ef31859933e72 100644 (file)
@@ -436,7 +436,7 @@ chat_text_view_append_timestamp (EmpathyChatTextView *view,
 
                date = g_date_new ();
                g_date_set_time_t (date, timestamp);
 
                date = g_date_new ();
                g_date_set_time_t (date, timestamp);
-               g_date_strftime (buf, 256, _("%A %d %B %Y"), date);
+               g_date_strftime (buf, 256, _("%A %B %d %Y"), date);
                g_string_append (str, buf);
                g_string_append (str, ", ");
                g_date_free (date);
                g_string_append (str, buf);
                g_string_append (str, ", ");
                g_date_free (date);
index 77a68c7cafe7e897109451e9df933fb60dfe73c1..a3405db1e5ded3b6c593a46f403dc3185aac51ff 100644 (file)
             <child>
               <widget class="GtkToggleToolButton" id="camera">
                 <property name="visible">True</property>
             <child>
               <widget class="GtkToggleToolButton" id="camera">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">Send Video</property>
+                <property name="label" translatable="yes">Send video</property>
                 <property name="icon_name">camera-web</property>
               </widget>
               <packing>
                 <property name="icon_name">camera-web</property>
               </widget>
               <packing>
index 5abdd170072bf9cf5d724d473b3ad30094136b3d..c7c5ace4b169e49f34d0ce5a6362edc8d9628e73 100644 (file)
                     <child>
                       <widget class="GtkLabel" id="label612">
                         <property name="visible">True</property>
                     <child>
                       <widget class="GtkLabel" id="label612">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Behaviour&lt;/b&gt;</property>
+                        <property name="label" translatable="yes">&lt;b&gt;Behavior&lt;/b&gt;</property>
                         <property name="use_markup">True</property>
                       </widget>
                       <packing>
                         <property name="use_markup">True</property>
                       </widget>
                       <packing>