[easytag] Make scanner dialog title comply with the HIG



commit b04dd51817e1da1b297d55df4b6bab8278fffe5b
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Mon Mar 4 22:36:34 2013 +0000

    Make scanner dialog title comply with the HIG
    
    Use header capitalisation for the dialog title and use 'filename'
    instead of 'file name'.

 src/scan.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/scan.c b/src/scan.c
index 33f9175..8a291c4 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -2363,7 +2363,8 @@ void Open_ScannerWindow (gint scanner_type)
      * to be able to move it. */
 
     /* Title */
-    gtk_window_set_title(GTK_WINDOW(ScannerWindow),_("Tag and File Name scan"));
+    gtk_window_set_title (GTK_WINDOW (ScannerWindow),
+                          _("Tag and Filename Scan"));
 
     /* Signals connection */
     g_signal_connect(G_OBJECT(ScannerWindow),"destroy",G_CALLBACK(ScannerWindow_Quit),NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]