aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_file.c')
-rw-r--r--src/screen_file.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/screen_file.c b/src/screen_file.c
index be5e1eb9e..f86e8df95 100644
--- a/src/screen_file.c
+++ b/src/screen_file.c
@@ -366,11 +366,7 @@ file_title(void)
char *tmp;
tmp = utf8_to_locale(basename(mpc->cwd));
- snprintf(buf, TITLESIZE,
- "%s : %s ",
- _(TOP_HEADER_FILE) ,
- tmp
- );
+ snprintf(buf, TITLESIZE, _("Browse: %s"), tmp);
g_free(tmp);
return buf;