almanah r102 - in trunk: . po src
- From: pwithnall svn gnome org
- To: svn-commits-list gnome org
- Subject: almanah r102 - in trunk: . po src
- Date: Thu, 13 Nov 2008 18:28:57 +0000 (UTC)
Author: pwithnall
Date: Thu Nov 13 18:28:57 2008
New Revision: 102
URL: http://svn.gnome.org/viewvc/almanah?rev=102&view=rev
Log:
2008-11-13 Philip Withnall <philip tecnocode co uk>
* src/storage-manager.c (almanah_storage_manager_disconnect):
Fixed
string ("s/almanah/diary/").
* po/POTFILES.in: Added "Add Link" dialogue file.
* po/en_GB.po: Updated British English translation.
Modified:
trunk/ChangeLog
trunk/po/ChangeLog
trunk/po/POTFILES.in
trunk/po/en_GB.po
trunk/src/storage-manager.c
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Thu Nov 13 18:28:57 2008
@@ -3,6 +3,7 @@
data/almanah.desktop.in
data/almanah.schemas.in
[type: gettext/glade]data/almanah.ui
+src/add-link-dialog.c
src/interface.c
src/link.c
src/links/file.c
Modified: trunk/src/storage-manager.c
==============================================================================
--- trunk/src/storage-manager.c (original)
+++ trunk/src/storage-manager.c Thu Nov 13 18:28:57 2008
@@ -504,7 +504,7 @@
#ifdef ENABLE_ENCRYPTION
encryption_key = get_encryption_key ();
if (encryption_key == NULL) {
- g_message (_("Error getting encryption key: GConf key \"%s\" invalid or empty. Your almanah will not be encrypted; please install Seahorse and set up a default key, or ignore this message."), ENCRYPTION_KEY_GCONF_PATH);
+ g_message (_("Error getting encryption key: GConf key \"%s\" invalid or empty. Your diary will not be encrypted; please install Seahorse and set up a default key, or ignore this message."), ENCRYPTION_KEY_GCONF_PATH);
g_signal_emit (self, storage_manager_signals[SIGNAL_DISCONNECTED], 0, self);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]