aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r--lib/ephy-file-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index 7ea371632..c26584921 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -156,12 +156,12 @@ ephy_file_get_downloads_dir (void)
download_dir = eel_gconf_get_string (CONF_STATE_DOWNLOAD_DIR);
- if (download_dir && strcmp (download_dir, "Downloads") == 0)
+ if (download_dir && strcmp (download_dir, _("Downloads")) == 0)
{
g_free (download_dir);
download_dir = ephy_file_downloads_dir ();
}
- else if (download_dir && strcmp (download_dir, "Desktop") == 0)
+ else if (download_dir && strcmp (download_dir, _("Desktop")) == 0)
{
g_free (download_dir);
download_dir = ephy_file_desktop_dir ();