summaryrefslogtreecommitdiff
path: root/plugins/raw-thumbnailer
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-11-03 17:02:30 +0100
committerNick Schermer <nick@xfce.org>2011-11-03 17:02:40 +0100
commit1e95f74d81437b66cc5bddfb6271fcd343ecc27b (patch)
tree3ffb7d9632141a14cd1c433fb1d1724e0dd41cd2 /plugins/raw-thumbnailer
parent848e62fc72259aeda1469f959ec8872a56cfc96f (diff)
downloadtumbler-1e95f74d81437b66cc5bddfb6271fcd343ecc27b.tar.gz
Uppercase RAW in strings.
Diffstat (limited to 'plugins/raw-thumbnailer')
-rw-r--r--plugins/raw-thumbnailer/raw-thumbnailer-plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c b/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c
index 0be36ca..ff68408 100644
--- a/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c
+++ b/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c
@@ -59,7 +59,7 @@ tumbler_plugin_initialize (TumblerProviderPlugin *plugin)
}
#ifdef DEBUG
- g_message (_("Initializing the Tumbler Raw Thumbnailer plugin"));
+ g_message (_("Initializing the Tumbler RAW Thumbnailer plugin"));
#endif
/* register the types provided by this plugin */
@@ -76,7 +76,7 @@ void
tumbler_plugin_shutdown (void)
{
#ifdef DEBUG
- g_message (_("Shutting down the Tumbler Raw Thumbnailer plugin"));
+ g_message (_("Shutting down the Tumbler RAW Thumbnailer plugin"));
#endif
}