~ubuntu-branches/ubuntu/utopic/nautilus/utopic-proposed

« back to all changes in this revision

Viewing changes to src/nautilus-connect-server-dialog.c

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2014-01-02 16:50:06 UTC
  • mto: This revision was merged to the branch mainline in revision 343.
  • Revision ID: package-import@ubuntu.com-20140102165006-ufn0so3frq4zox7l
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                        g_set_error_literal (error,
147
147
                                             G_IO_ERROR,
148
148
                                             G_IO_ERROR_NOT_SUPPORTED,
149
 
                                             _("Don't recognize this file server type."));
 
149
                                             _("This file server type is not recognized."));
150
150
                }
151
151
                g_free (scheme);
152
152
        } else {
698
698
        dialog->details->browse_button = button;
699
699
 
700
700
        gtk_dialog_add_button (GTK_DIALOG (dialog),
701
 
                               GTK_STOCK_CANCEL,
 
701
                               _("_Cancel"),
702
702
                               GTK_RESPONSE_CANCEL);
703
703
        gtk_dialog_add_button (GTK_DIALOG (dialog),
704
704
                               _("C_onnect"),