diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-12 23:22:47 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-12 23:22:47 +0000 |
| commit | 28233a0b816fed22fa313c0689b3d2be6802ab9e (patch) | |
| tree | c04e506170ec569f0858be6962550848ac2caf9a /src/file.cpp | |
| parent | Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre... (diff) | |
| download | inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.tar.gz inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.zip | |
Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch.
(bzr r5412)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index 51dce81cf..eaf66d964 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1315,7 +1315,7 @@ sp_file_export_to_ocal_dialog(Gtk::Window &parentWindow) remove(fileName.c_str()); if (!success) { - gchar *text = g_strdup_printf(_("Error exporting the document. Verify if the server name, username and password are correct. If the server have support for webdav and verify if you didn't forget to choose a license too.")); + gchar *text = g_strdup_printf(_("Error exporting the document. Verify if the server name, username and password are correct, if the server has support for webdav and verify if you didn't forget to choose a license.")); sp_ui_error_dialog(text); } else |
