Skip to content

Commit

Permalink
Retitle save as dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcome authored and morevnaproject committed Nov 29, 2014
1 parent fc03110 commit 2dd234a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synfig-studio/src/gui/instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ studio::Instance::dialog_save_as()
filename = absolute_path(filename);

// show the canvas' name if it has one, else its ID
while (App::dialog_save_file((_("Choose a Filename to Save As") +
while (App::dialog_save_file((_("Please choose a file name") +
String(" (") +
(canvas->get_name().empty() ? canvas->get_id() : canvas->get_name()) +
") ..."),
")"),
filename, ANIMATION_DIR_PREFERENCE))
{
// If the filename still has wildcards, then we should
Expand Down

0 comments on commit 2dd234a

Please sign in to comment.