diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-12 11:40:01 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-12 11:40:01 +0000 |
commit | a22b103d5d93026500fffddee61dec251bc9e67c (patch) | |
tree | 25c24856269eb49d3384dbd2123bdc0a04d40363 /src/datastore/plugin_datastore_sqlite.c | |
parent | 759effe8f804c0582c8604b67eff34418f0970d3 (diff) |
better
git-svn-id: https://gnunet.org/svn/gnunet@10878 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r-- | src/datastore/plugin_datastore_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 85657663cc..0d4170e562 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -37,7 +37,7 @@ */ #define MAX_STAT_SYNC_LAG 50 -#define QUOTA_STAT_NAME gettext_noop ("file-sharing datastore utilization (in bytes)") +#define QUOTA_STAT_NAME gettext_noop ("# bytes used in file-sharing datastore") /** * Log an error message at log-level 'level' that indicates |