diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/playlist.glade | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2007-02-12 Bastien Nocera <hadess@hadess.net> + + * data/playlist.glade: Patch from Harm Hilvers to change the + "Save" tooltip of the playlist save button to "Save Playlist..." + (Closes: #406806) + 2007-02-08 Bastien Nocera <hadess@hadess.net> * data/mime-functions.sh: Patch from Sebastien Bacher diff --git a/data/playlist.glade b/data/playlist.glade index 44b4946ec..57bce232b 100644 --- a/data/playlist.glade +++ b/data/playlist.glade @@ -186,7 +186,7 @@ <child> <widget class="GtkButton" id="save_button"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Save...</property> + <property name="tooltip" translatable="yes">Save Playlist...</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -313,4 +313,5 @@ </widget> </child> </widget> + </glade-interface> |