Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Tue, 23 Sep 2014 13:43:49 UTC Commit: 7450a992b51f239ce2a3c10d375ebe9dcec2301e https://github.com/geany/geany/commit/7450a992b51f239ce2a3c10d375ebe9dcec230...
Log Message: ----------- Use 'Overwrite' rather than Save for clarity in reload infobar
Modified Paths: -------------- src/document.c
Modified: src/document.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -3279,7 +3279,7 @@ static void monitor_reload_file(GeanyDocument *doc)
bar = document_show_message(doc, GTK_MESSAGE_QUESTION, on_monitor_reload_file_response, _("_Reload"), RESPONSE_DOCUMENT_RELOAD, - GTK_STOCK_SAVE, RESPONSE_DOCUMENT_SAVE, + _("_Overwrite"), RESPONSE_DOCUMENT_SAVE, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, _("Do you want to reload it?"), _("The file '%s' on the disk is more recent than the current buffer."),
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).