diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-08 20:39:22 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-08 20:39:22 +0800 |
commit | 779b303df490ffa5a044b36c44777e2e0f24cf8c (patch) | |
tree | 18cb41be360d943139aa3de7058ead5a54dc6a94 | |
parent | 518b442c06fcc98399440cfe282a319f4d2ba369 (diff) | |
parent | afb871aad6cf857d445d9235fc1e956518f76e5f (diff) | |
download | gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.tar gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.tar.gz gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.tar.bz2 gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.tar.lz gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.tar.xz gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.tar.zst gsoc2013-empathy-779b303df490ffa5a044b36c44777e2e0f24cf8c.zip |
Merge branch 'preset-581029'
-rw-r--r-- | libempathy-gtk/empathy-status-preset-dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.ui b/libempathy-gtk/empathy-status-preset-dialog.ui index 754a95bf4..07d8f14b9 100644 --- a/libempathy-gtk/empathy-status-preset-dialog.ui +++ b/libempathy-gtk/empathy-status-preset-dialog.ui @@ -13,7 +13,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Saved Presets</property> + <property name="label" translatable="yes">Saved Status Messages</property> <property name="mnemonic_widget">add-combobox</property> <attributes> <attribute name="weight" value="bold"/> @@ -71,7 +71,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Add _New Preset</property> + <property name="label" translatable="yes">Save _New Status Message</property> <property name="use_underline">True</property> <property name="mnemonic_widget">add-combobox</property> <attributes> |